From a6bb0ee5969d912b2097e3e0fab99f3a5b05cf5c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 9 Sep 2025 16:37:12 +0200 Subject: [PATCH] Disable `import-from-derivation` (IFD) See https://nix.dev/manual/nix/2.26/language/import-from-derivation#import-from-derivation --- hosts/shared.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/shared.nix b/hosts/shared.nix index a5cd38c..50ad7ab 100644 --- a/hosts/shared.nix +++ b/hosts/shared.nix @@ -34,6 +34,7 @@ "@wheel" ]; commit-lock-file-summary = "flake.lock: Update"; + allow-import-from-derivation = false; }; };