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)
|
BuildOutput State::getBuildOutputCached(Connection & conn, nix::ref<nix::Store> destStore, const nix::StorePath & drvPath)
|
||||||
{
|
{
|
||||||
|
auto derivationOutputs = destStore->queryDerivationOutputMap(drvPath, &*localStore);
|
||||||
auto derivationOutputs = localStore->queryDerivationOutputMap(drvPath);
|
|
||||||
|
|
||||||
{
|
{
|
||||||
pqxx::work txn(conn);
|
pqxx::work txn(conn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user