mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Merge branch 'rework-options' of https://github.com/copumpkin/nix
This commit is contained in:
commit
1860070548
11 changed files with 222 additions and 93 deletions
|
@ -145,7 +145,7 @@ static void opRealise(Strings opFlags, Strings opArgs)
|
|||
unknown = PathSet();
|
||||
}
|
||||
|
||||
if (settings.get("print-missing", true))
|
||||
if (settings.printMissing)
|
||||
printMissing(ref<Store>(store), willBuild, willSubstitute, unknown, downloadSize, narSize);
|
||||
|
||||
if (dryRun) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue