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 ###