mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
nix.conf builders: refer to manual page
This commit is contained in:
parent
e16431b466
commit
0f40561c78
1 changed files with 2 additions and 9 deletions
|
@ -207,15 +207,8 @@ public:
|
|||
Setting<std::string> builders{
|
||||
this, "@" + nixConfDir + "/machines", "builders",
|
||||
R"(
|
||||
A semicolon-separated list of build machines, where each machine follows this format:
|
||||
|
||||
{protocol}://{user}@{host} [{comma sep. systems} - {maxJobs} {speedFactor} {comma sep. features}]
|
||||
|
||||
Examples:
|
||||
|
||||
ssh://root@builder1.com
|
||||
|
||||
ssh://root@builder2.com x86_64-linux,aarch64-linux - 40 20 nixos-test,benchmark,big-parallel,kvm
|
||||
A semicolon-separated list of build machines.
|
||||
For the exact format and examples, see [the manual chapter on remote builds](../advanced-topics/distributed-builds.md)
|
||||
)"};
|
||||
|
||||
Setting<bool> buildersUseSubstitutes{
|
||||
|
|
Loading…
Reference in a new issue