mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Merge branch 'nix-derivation-query-store-path' of https://github.com/matthewbauer/nix
This commit is contained in:
commit
78a2303b3d
1 changed files with 2 additions and 4 deletions
|
@ -754,10 +754,8 @@ std::set<RealisedPath> toRealisedPaths(
|
|||
if (mode == Realise::Nothing)
|
||||
settings.readOnlyMode = true;
|
||||
|
||||
for (auto & i : installables)
|
||||
for (auto & b : i->toDerivedPathsWithHints())
|
||||
if (auto bfd = std::get_if<DerivedPathWithHints::Built>(&b))
|
||||
res.insert(bfd->drvPath);
|
||||
auto drvPaths = toDerivations(store, installables, true);
|
||||
res.insert(drvPaths.begin(), drvPaths.end());
|
||||
}
|
||||
|
||||
return res;
|
||||
|
|
Loading…
Reference in a new issue