diff options
author | Alan Pearce | 2023-04-01 18:53:25 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-01 18:53:25 +0200 |
commit | a3018e42941249ef2f03bf61d14e7dc6511ace78 (patch) | |
tree | 873eea460aa6de920ea56f5f4888df8024bbf3b7 /system/settings/configuration | |
parent | a908fff8a36699f2faf8532aa2b8fde2bdd74cec (diff) | |
download | nixfiles-a3018e42941249ef2f03bf61d14e7dc6511ace78.tar.lz nixfiles-a3018e42941249ef2f03bf61d14e7dc6511ace78.tar.zst nixfiles-a3018e42941249ef2f03bf61d14e7dc6511ace78.zip |
nix: stop telling me my flake is a dirty git repository
Diffstat (limited to 'system/settings/configuration')
-rw-r--r-- | system/settings/configuration/nix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix index 583f7982..ddefdfd8 100644 --- a/system/settings/configuration/nix.nix +++ b/system/settings/configuration/nix.nix @@ -16,6 +16,7 @@ keep-outputs = true keep-derivations = true experimental-features = nix-command flakes + warn-dirty = false ''; gc = { |