1
0
forked from extern/nix-config

nix: Don't warn when git tree is dirty

I run `git status` frequently enough that I already know when the tree
is dirty. Additionally, the starship prompt shows the git status anyway.
This commit is contained in:
Donovan Glover 2023-12-13 05:40:43 -05:00
parent 5fb3f38f62
commit e16c8f1906
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -7,6 +7,7 @@
settings = {
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
auto-optimise-store = true;
warn-dirty = false;
};
};
}