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

@ -25,7 +25,7 @@ struct CmdBuild : MixDryRun, InstallablesCommand
{
auto paths = toStorePaths(store, dryRun ? DryRun : Build);
printInfo("build result: %s", showPaths(paths));
printError("build result: %s", showPaths(paths));
}
};