mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-15 09:22:30 +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:
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user