mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 00:39:37 +01:00
printMissing(): Take a MissingPaths argument
This commit is contained in:
parent
af05ce0f6d
commit
5d308ccca5
4 changed files with 24 additions and 22 deletions
|
|
@ -425,7 +425,7 @@ static void main_nix_build(int argc, char * * argv)
|
|||
auto missing = store->queryMissing(paths);
|
||||
|
||||
if (settings.printMissing)
|
||||
printMissing(ref<Store>(store), missing.willBuild, missing.willSubstitute, missing.unknown, missing.downloadSize, missing.narSize);
|
||||
printMissing(ref<Store>(store), missing);
|
||||
|
||||
if (!dryRun)
|
||||
store->buildPaths(paths, buildMode, evalStore);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue