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:
parent
ca6d287b33
commit
9f14d7d33a
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue