diff --git a/src/nix/eval-hydra-jobs.cc b/src/nix/eval-hydra-jobs.cc index 579ab9cf7..180c401b2 100644 --- a/src/nix/eval-hydra-jobs.cc +++ b/src/nix/eval-hydra-jobs.cc @@ -281,6 +281,8 @@ struct CmdEvalHydraJobs : MixJSON, MixDryRun, InstallableCommand state.wait(wakeup); } + Activity act(*logger, lvlInfo, actUnknown, fmt("evaluating '%s'", attrPath)); + /* Tell the worker to evaluate it. */ writeLine(to.get(), "do " + attrPath);