this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nix: add `warn-dirty = false`

+2
+2
modules/nix.nix
··· 34 34 auto-optimise-store = true; 35 35 experimental-features = ["nix-command" "flakes"]; 36 36 trusted-users = ["root" "@wheel" "ovy"]; 37 + warn-dirty = false; 37 38 }; 38 39 }; 39 40 ··· 78 79 experimental-features = "nix-command flakes"; 79 80 trusted-users = ["root" "ovy"]; 80 81 sandbox = true; 82 + warn-dirty = false; 81 83 }; 82 84 }; 83 85 };