mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41: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
|
@ -258,7 +258,9 @@ public:
|
|||
|
||||
if (GET_PROTOCOL_MINOR(conn->remoteVersion) >= 3)
|
||||
conn->from >> status.timesBuilt >> status.isNonDeterministic >> status.startTime >> status.stopTime;
|
||||
|
||||
if (GET_PROTOCOL_MINOR(conn->remoteVersion) >= 6) {
|
||||
status.builtOutputs = worker_proto::read(*this, conn->from, Phantom<DrvOutputs> {});
|
||||
}
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue