1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 13:41:15 +02:00

printMissing(): Propagate store argument

This commit is contained in:
Eelco Dolstra 2016-01-28 15:16:06 +01:00
parent ca6d287b33
commit 9f14d7d33a
3 changed files with 5 additions and 5 deletions

View file

@ -140,7 +140,7 @@ static void opRealise(Strings opFlags, Strings opArgs)
}
if (settings.get("print-missing", true))
printMissing(willBuild, willSubstitute, unknown, downloadSize, narSize);
printMissing(*store, willBuild, willSubstitute, unknown, downloadSize, narSize);
if (dryRun) return;