From f7619fcf0a5deeb7d68ec1e4d6eb3b19706511e2 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 10 Dec 2023 17:04:54 -0500 Subject: [PATCH] make warnings go away --- modules/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nix.nix b/modules/nix.nix index a8b8c70..c23ffe1 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -44,6 +44,7 @@ inputs: "read-only-local-store" "recursive-nix" "repl-flake" + "configurable-impure-env" ]; auto-optimise-store = true; warn-dirty = false;