From ceab421dfbe7f8ae427bb80a8c7f350a1cda532b Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:14:12 -0400 Subject: [PATCH] nix: disable "git tree is dirty" nix warning long overdue but i was just reminded of this --- modules/common/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 3bbdcb6..cf52c62 100755 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -11,6 +11,7 @@ settings = { experimental-features = [ "nix-command" "flakes" ]; download-buffer-size = 524288000; + warn-dirty = false; }; };