Fix verbosity level for nix build --dry-run
This commit is contained in:
parent
fe38fce2d8
commit
7a108d904e
4 changed files with 16 additions and 16 deletions
|
|
@ -228,7 +228,7 @@ PathSet InstallablesCommand::toStorePaths(ref<Store> store, ToStorePathsMode mod
|
|||
}
|
||||
|
||||
if (mode == DryRun)
|
||||
printMissing(store, buildables);
|
||||
printMissing(store, buildables, lvlError);
|
||||
else if (mode == Build)
|
||||
store->buildPaths(buildables);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue