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);
settings = {
allow-import-from-derivation = "true";
extra-substituters = [
"https://nix-community.cachix.org"
"https://leana8959.cachix.org"
@ -25,8 +24,8 @@
"nix-command"
"flakes"
];
keep-outputs = true;
keep-derivations = true;
allow-import-from-derivation = true;
keep-outputs = false; # Build time derivations and sources
};
registry.flakies = {