mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 12:15:09 +00:00
disable this thing
This commit is contained in:
parent
7b5e1de571
commit
ffae125fcf
1 changed files with 2 additions and 3 deletions
|
@ -121,9 +121,8 @@ in {
|
||||||
# build from source if the build fails from a binary source
|
# build from source if the build fails from a binary source
|
||||||
# fallback = true;
|
# fallback = true;
|
||||||
|
|
||||||
# this defaults to true, however it slows down evaluation so maybe we should disable it
|
# defaults to true but slows down eval times so disable it as it is not needed
|
||||||
# some day, but we do need it for catppuccin/nix so maybe not too soon
|
allow-import-from-derivation = false;
|
||||||
allow-import-from-derivation = true;
|
|
||||||
|
|
||||||
# for direnv GC roots
|
# for direnv GC roots
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue