Restore "checking Hydra job" message in nix flake check

Mistakenly removed in #8893, thanks @lf- for catching this!

9404ce36e4 (r139485316)
This commit is contained in:
Rebecca Turner 2024-03-07 08:15:25 -08:00
parent 751cb7cf51
commit 4b4c71e239

View file

@ -482,6 +482,8 @@ struct CmdFlakeCheck : FlakeCommand
checkHydraJobs = [&](const std::string & attrPath, Value & v, const PosIdx pos) {
try {
Activity act(*logger, lvlInfo, actUnknown,
fmt("checking Hydra job '%s'", attrPath));
state->forceAttrs(v, pos, "");
if (state->isDerivation(v))