mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01: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
|
|
@ -166,7 +166,7 @@ void RemoteStore::setOptions(Connection & conn)
|
|||
<< verbosity
|
||||
<< settings.maxBuildJobs
|
||||
<< settings.maxSilentTime
|
||||
<< settings.useBuildHook
|
||||
<< true
|
||||
<< (settings.verboseBuild ? lvlError : lvlVomit)
|
||||
<< 0 // obsolete log type
|
||||
<< 0 /* obsolete print build trace */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue