diff --git a/src/nix/flake.cc b/src/nix/flake.cc index 1822b990f..a846f6371 100644 --- a/src/nix/flake.cc +++ b/src/nix/flake.cc @@ -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))