From 017e293241b23c81f3e12294ea4c9b3aa137f9d2 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 1 Jun 2023 23:46:55 +0200 Subject: [PATCH] core/nix: disable dirty warnings --- machines/core/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/core/nix.nix b/machines/core/nix.nix index fd2d82d..525637c 100644 --- a/machines/core/nix.nix +++ b/machines/core/nix.nix @@ -19,6 +19,7 @@ extraOptions = '' experimental-features = nix-command flakes + warn-dirty = false ''; registry = {