From 018b09e7f11942c5785b738e4bcce00a04a392a1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 21 May 2024 01:07:46 -0400 Subject: [PATCH] flake: require allow import from derivation --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 8f8521d..3355c48 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,8 @@ { description = "Infinidoge's NixOS configuration"; + nixConfig = { + allow-import-from-derivation = true; + }; inputs = { ### Nixpkgs ###