Fix verbosity level for nix build --dry-run

This commit is contained in:
Eelco Dolstra 2017-08-31 17:57:04 +02:00
parent fe38fce2d8
commit 7a108d904e
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 16 additions and 16 deletions

View file

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