1
1
Fork 0
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:
Eelco Dolstra 2017-10-24 11:00:16 +02:00
parent af241ae7d3
commit 25f32625e2
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
5 changed files with 8 additions and 10 deletions

View file

@ -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 */