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