nix: disable "git tree is dirty" nix warning
long overdue but i was just reminded of this
This commit is contained in:
parent
96698fe69d
commit
ceab421dfb
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
download-buffer-size = 524288000;
|
||||
warn-dirty = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue