Move installables-related operations

This commit is contained in:
Eelco Dolstra
2022-03-02 19:19:51 +01:00
parent b2da2a22c6
commit 54888b92de
12 changed files with 81 additions and 74 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ void BuiltPathsCommand::run(ref<Store> store)
for (auto & p : store->queryAllValidPaths())
paths.push_back(BuiltPath::Opaque{p});
} else {
paths = toBuiltPaths(getEvalStore(), store, realiseMode, operateOn, installables);
paths = Installable::toBuiltPaths(getEvalStore(), store, realiseMode, operateOn, installables);
if (recursive) {
// XXX: This only computes the store path closure, ignoring
// intermediate realisations