mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
home: disable keep-derivations
This commit is contained in:
parent
ea77b4c65c
commit
cb67ce3536
1 changed files with 2 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue