remove warning about dirty git tree

This commit is contained in:
Noah Masur 2022-10-30 20:42:32 -04:00
parent 22885f1b27
commit 7075371b11

View File

@ -65,7 +65,10 @@
in {
# Enable features in Nix commands
nix.extraOptions = "experimental-features = nix-command flakes";
nix.extraOptions = ''
experimental-features = nix-command flakes
warn-dirty = false
'';
# Basic common system packages for all devices
environment.systemPackages = with pkgs; [ git vim wget curl ];