mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
Remove the remote-builds option
This is superfluous since you can now just set "builders" to empty, e.g. "--builders ''".
This commit is contained in:
parent
af241ae7d3
commit
25f32625e2
5 changed files with 8 additions and 10 deletions
|
@ -509,7 +509,7 @@ static void performOp(TunnelLogger * logger, ref<LocalStore> store,
|
|||
verbosity = (Verbosity) readInt(from);
|
||||
settings.maxBuildJobs.assign(readInt(from));
|
||||
settings.maxSilentTime = readInt(from);
|
||||
settings.useBuildHook = readInt(from) != 0;
|
||||
readInt(from); // obsolete useBuildHook
|
||||
settings.verboseBuild = lvlError == (Verbosity) readInt(from);
|
||||
readInt(from); // obsolete logType
|
||||
readInt(from); // obsolete printBuildTrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue