mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
Replace $NIX_REMOTE_SYSTEMS with an option "builder-files"
Also, to unify with hydra-queue-runner, allow it to be a list of files.
This commit is contained in:
parent
cd4d2705ec
commit
7f6837a0f6
4 changed files with 34 additions and 14 deletions
|
|
@ -133,6 +133,10 @@ public:
|
|||
Setting<std::string> builders{this, "", "builders",
|
||||
"A semicolon-separated list of build machines, in the format of nix.machines."};
|
||||
|
||||
Setting<Strings> builderFiles{this,
|
||||
{nixConfDir + "/machines"}, "builder-files",
|
||||
"A list of files specifying build machines."};
|
||||
|
||||
Setting<off_t> reservedSize{this, 8 * 1024 * 1024, "gc-reserved-space",
|
||||
"Amount of reserved disk space for the garbage collector."};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue