From 8e63ef0b46703960c847905defb6aec594e366e4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:38:51 +0200 Subject: [PATCH] Update --- hosts/laptop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 7b34598..7d16acb 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -101,6 +101,9 @@ }; nix = { + extraOptions = '' + warn-dirty = false + ''; settings = { auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ];