Update to latest Lix main

This commit is contained in:
Pierre Bourdon
2024-06-24 20:25:35 +02:00
parent cbe527a3ee
commit e9d0a3a754
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -531,7 +531,7 @@ void State::buildRemote(ref<Store> destStore,
{
auto activeStepState(activeStep->state_.lock());
if (activeStepState->cancelled) throw Error("step cancelled");
activeStepState->pid = child.sshPid;
activeStepState->pid = child.sshPid.get();
}
Finally clearPid([&]() {