parent
b34b174c68
commit
75444803cd
2 changed files with 11 additions and 2 deletions
lib/flake
|
@ -29,7 +29,11 @@ inputs: rec {
|
|||
]
|
||||
++ (cfg.config.permittedInsecurePackages or []);
|
||||
}
|
||||
// (cfg.config or {});
|
||||
// (builtins.removeAttrs (
|
||||
if cfg.config or null == null
|
||||
then {}
|
||||
else cfg.config
|
||||
) ["permittedInsecurePackages"]);
|
||||
};
|
||||
|
||||
# Enable use of `nixpkgs.overlays` on both NixOS and NixOnDroid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue