Skip to content

Commit

Permalink
Print how many checks are run
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Jan 20, 2024
1 parent 9404ce3 commit d75a5f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nix/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d75a5f4

Please sign in to comment.