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
|
|
@ -158,7 +158,7 @@ static void opRealise(Strings opFlags, Strings opArgs)
|
|||
}
|
||||
|
||||
if (settings.printMissing)
|
||||
printMissing(ref<Store>(store), missing.willBuild, missing.willSubstitute, missing.unknown, missing.downloadSize, missing.narSize);
|
||||
printMissing(ref<Store>(store), missing);
|
||||
|
||||
if (dryRun) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue