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:
parent
5fb3f38f62
commit
e16c8f1906
@ -7,6 +7,7 @@
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
auto-optimise-store = true;
|
||||
warn-dirty = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user