nix.conf builders: refer to manual page

This commit is contained in:
DavHau 2021-03-23 10:19:00 +07:00
parent e16431b466
commit 0f40561c78

View file

@ -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{