disable this thing

This commit is contained in:
blahai 2025-01-30 21:15:27 +02:00
parent 7b5e1de571
commit ffae125fcf
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -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;