Skip to content

Commit

Permalink
Update src/libstore/misc.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 authored Sep 7, 2023
1 parent 95d5ade commit e2adb14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libstore/misc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,7 @@ std::map<DrvOutput, StorePath> drvOutputReferences(
for (const auto & [outputName, childNode] : inputNode.childMap) {
SingleDerivedPath next = SingleDerivedPath::Built { d, outputName };
accumRealisations(
// FIXME: Someday have "deep" realizations analogous to
// deep placeholders, rather than just straight-up
// resolving the computed drv to a store path.
// TODO deep resolutions for dynamic derivations, issue #8947, would go here.
resolveDerivedPath(store, next),
childNode);
}
Expand Down

0 comments on commit e2adb14

Please sign in to comment.