forked from lix-project/hydra
One more queryDerivationOutputMap
should use the eval store param
This commit is contained in:
parent
a6b6c5a539
commit
6e67884ff1
|
@ -658,8 +658,7 @@ void State::processJobsetSharesChange(Connection & conn)
|
|||
|
||||
BuildOutput State::getBuildOutputCached(Connection & conn, nix::ref<nix::Store> destStore, const nix::StorePath & drvPath)
|
||||
{
|
||||
|
||||
auto derivationOutputs = localStore->queryDerivationOutputMap(drvPath);
|
||||
auto derivationOutputs = destStore->queryDerivationOutputMap(drvPath, &*localStore);
|
||||
|
||||
{
|
||||
pqxx::work txn(conn);
|
||||
|
|
Loading…
Reference in a new issue