mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
Move installables-related operations
This commit is contained in:
parent
b2da2a22c6
commit
54888b92de
12 changed files with 81 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue