home: disable keep-derivations

This commit is contained in:
Primrose 2025-10-15 15:13:07 +08:00
parent ea77b4c65c
commit cb67ce3536
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -8,7 +8,6 @@
package = lib.mkDefault (nixosConfig.nix.package or pkgs.nix); package = lib.mkDefault (nixosConfig.nix.package or pkgs.nix);
settings = { settings = {
allow-import-from-derivation = "true";
extra-substituters = [ extra-substituters = [
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://leana8959.cachix.org" "https://leana8959.cachix.org"
@ -25,8 +24,8 @@
"nix-command" "nix-command"
"flakes" "flakes"
]; ];
keep-outputs = true; allow-import-from-derivation = true;
keep-derivations = true; keep-outputs = false; # Build time derivations and sources
}; };
registry.flakies = { registry.flakies = {