Merge pull request #4603 from DavHau/davhau-improve-nix-conf-help-builders

improve man page for nix.conf (builders)
This commit is contained in:
Eelco Dolstra 2021-03-23 16:13:02 +01:00 committed by GitHub
commit 1581c3e8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,10 @@ public:
Setting<std::string> builders{
this, "@" + nixConfDir + "/machines", "builders",
"A semicolon-separated list of build machines, in the format of `nix.machines`."};
R"(
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{
this, false, "builders-use-substitutes",