nix.conf: add remote builders vela,loki
This commit is contained in:
parent
cc31bbdd3e
commit
b644866ff9
@ -4,3 +4,5 @@ max-jobs = auto # Allow building multiple derivations in parallel
|
|||||||
keep-outputs = true # Do not garbage-collect build time-only dependencies (e.g. clang)
|
keep-outputs = true # Do not garbage-collect build time-only dependencies (e.g. clang)
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
sandbox = true
|
sandbox = true
|
||||||
|
# https://nixos.org/manual/nix/unstable/advanced-topics/distributed-builds.html
|
||||||
|
builders = ssh://nixbldr-vela x86_64-linux; ssh://nixbldr-loki x86_64-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user