Skip to content

Commit

Permalink
Merge pull request #10180 from 9999years/rebeccat/flake-check-log
Browse files Browse the repository at this point in the history
Restore "checking Hydra job" message in `nix flake check`
  • Loading branch information
edolstra authored Mar 7, 2024
2 parents 751cb7c + 4b4c71e commit b3b3128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nix/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b3b3128

Please sign in to comment.