diff --git a/modules/global/nix.nix b/modules/global/nix.nix index dff852a..d66ce34 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -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;