mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
LegacySSHStore: Send back the new realisations
To allow it to build ca derivations remotely
This commit is contained in:
parent
5687564a27
commit
a2b69660a9
3 changed files with 8 additions and 2 deletions
|
@ -905,6 +905,10 @@ static void opServe(Strings opFlags, Strings opArgs)
|
|||
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 3)
|
||||
out << status.timesBuilt << status.isNonDeterministic << status.startTime << status.stopTime;
|
||||
if (GET_PROTOCOL_MINOR(clientVersion >= 5)) {
|
||||
worker_proto::write(*store, out, status.builtOutputs);
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue