nix: move warn-dirty
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-06-19 06:33:46 -04:00
parent a51372ad2a
commit 0da60c1d19
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;