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
|
|
@ -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));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue