mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-03 16:35:44 +02:00
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 = {
|
settings = {
|
||||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
warn-dirty = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user