This commit is contained in:
parent
a51372ad2a
commit
0da60c1d19
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,6 @@
|
|||
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = ''
|
||||
warn-dirty = false
|
||||
'';
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
@ -17,6 +14,7 @@
|
|||
};
|
||||
settings = {
|
||||
extra-experimental-features = ["flakes" "nix-command"];
|
||||
warn-dirty = false;
|
||||
auto-optimise-store = true;
|
||||
builders-use-substitutes = true;
|
||||
keep-derivations = true;
|
||||
|
|
Loading…
Reference in a new issue