diff --git a/src/hydra-queue-runner/build-remote.cc b/src/hydra-queue-runner/build-remote.cc index 7b3e64d8..c602b883 100644 --- a/src/hydra-queue-runner/build-remote.cc +++ b/src/hydra-queue-runner/build-remote.cc @@ -315,7 +315,7 @@ void State::buildRemote(ref destStore, if (sendDerivation) { to << cmdBuildPaths; - worker_proto::write(*localStore, to, {step->drvPath}); + worker_proto::write(*localStore, to, StorePathSet{step->drvPath}); } else { to << cmdBuildDerivation << localStore->printStorePath(step->drvPath); writeDerivation(to, *localStore, basicDrv);