feat(nix): enable fallback
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
a7a20653a0
commit
dc2739f402
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ in {
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
show-trace = true;
|
show-trace = true;
|
||||||
allow-import-from-derivation = true;
|
allow-import-from-derivation = true;
|
||||||
|
fallback = true;
|
||||||
|
|
||||||
# remote building
|
# remote building
|
||||||
trusted-users = ["matt" "nixremote"];
|
trusted-users = ["matt" "nixremote"];
|
||||||
|
|
Loading…
Reference in a new issue