mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
Print how many checks are run
This commit is contained in:
parent
9404ce36e4
commit
d75a5f427a
@ -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 New Issue
Block a user