feat(nix): enable fallback
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-27 10:07:48 -05:00
parent a7a20653a0
commit dc2739f402

View file

@ -74,6 +74,7 @@ in {
warn-dirty = false;
show-trace = true;
allow-import-from-derivation = true;
fallback = true;
# remote building
trusted-users = ["matt" "nixremote"];