Get data needed by getBuildOutput() from the incoming NAR in a streaming fashion
This commit is contained in:
@ -672,5 +672,6 @@ BuildOutput State::getBuildOutputCached(Connection & conn, nix::ref<nix::Store>
|
||||
|
||||
}
|
||||
|
||||
return getBuildOutput(destStore, destStore->getFSAccessor(), drv);
|
||||
NarMemberDatas narMembers;
|
||||
return getBuildOutput(destStore, narMembers, drv);
|
||||
}
|
||||
|
Reference in New Issue
Block a user