mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Print how many checks are run
This commit is contained in:
parent
9404ce36e4
commit
d75a5f427a
1 changed files with 2 additions and 1 deletions
|
@ -781,7 +781,8 @@ struct CmdFlakeCheck : FlakeCommand
|
|||
}
|
||||
|
||||
if (build && !drvPaths.empty()) {
|
||||
Activity act(*logger, lvlInfo, actUnknown, "running flake checks");
|
||||
Activity act(*logger, lvlInfo, actUnknown,
|
||||
fmt("running %d flake checks", drvPaths.size()));
|
||||
store->buildPaths(drvPaths);
|
||||
}
|
||||
if (hasErrors)
|
||||
|
|
Loading…
Reference in a new issue