global/nix: explicitly allow import from derivation

This commit is contained in:
Infinidoge 2024-05-20 21:08:43 -04:00
parent ed90ffd072
commit 4df5b6a1fe
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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;