From fe4eb60fac791ad1ec32961451a0db8db32caac2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 21 May 2024 01:51:25 -0400 Subject: [PATCH] flake: remove IFD setting Hydra patch should hopefully force IFD on --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3355c48..8f8521d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,5 @@ { description = "Infinidoge's NixOS configuration"; - nixConfig = { - allow-import-from-derivation = true; - }; inputs = { ### Nixpkgs ###