nix: disable keep-derivations
This commit is contained in:
parent
a031788676
commit
90bdbc7979
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ _: {
|
|||
warn-dirty = false;
|
||||
auto-optimise-store = true;
|
||||
builders-use-substitutes = true;
|
||||
keep-derivations = true;
|
||||
keep-outputs = true;
|
||||
allowed-users = ["@wheel"];
|
||||
trusted-users = ["root" "@wheel"];
|
||||
|
|
Loading…
Reference in a new issue