From ffae125fcfe18647f246a273c17877ad3da60a26 Mon Sep 17 00:00:00 2001 From: blahai Date: Thu, 30 Jan 2025 21:15:27 +0200 Subject: [PATCH] disable this thing --- modules/base/nix/nix.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/base/nix/nix.nix b/modules/base/nix/nix.nix index 52acd0c..7f55ad1 100644 --- a/modules/base/nix/nix.nix +++ b/modules/base/nix/nix.nix @@ -121,9 +121,8 @@ in { # build from source if the build fails from a binary source # fallback = true; - # this defaults to true, however it slows down evaluation so maybe we should disable it - # some day, but we do need it for catppuccin/nix so maybe not too soon - allow-import-from-derivation = true; + # defaults to true but slows down eval times so disable it as it is not needed + allow-import-from-derivation = false; # for direnv GC roots keep-derivations = true;