9 lines
453 B
Plaintext
9 lines
453 B
Plaintext
# enable nix-search, which is experimental as of 2022-04-02
|
|
experimental-features = nix-command flakes
|
|
max-jobs = auto # Allow building multiple derivations in parallel
|
|
keep-outputs = true # Do not garbage-collect build time-only dependencies (e.g. clang)
|
|
keep-derivations = 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
|