1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-19 16:59:35 +01:00

printMissing(): Take a MissingPaths argument

This commit is contained in:
Eelco Dolstra 2025-07-04 16:27:08 +02:00
parent af05ce0f6d
commit 5d308ccca5
4 changed files with 24 additions and 22 deletions

View file

@ -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;