From 36d3953121d968191cd5d83cab201af70e6c864b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 8 Feb 2022 20:00:20 +0100 Subject: [PATCH] ignore dirty repo warnings --- modules/common/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index b6671fe..588f570 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -69,7 +69,10 @@ nix = { autoOptimiseStore = true; package = pkgs.nixFlakes; - extraOptions = ''experimental-features = nix-command flakes''; + extraOptions = '' + experimental-features = nix-command flakes + warn-dirty = false + ''; # enable garbage collection gc = {