global/nix: explicitly allow import from derivation
This commit is contained in:
parent
ed90ffd072
commit
4df5b6a1fe
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ with lib;
|
|||
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
experimental-features = [ "flakes" "nix-command" "impure-derivations" "no-url-literals" ];
|
||||
|
||||
allow-import-from-derivation = true;
|
||||
auto-optimise-store = true;
|
||||
fallback = true;
|
||||
keep-derivations = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue