nix eval-hydra-job: Progress indicator

This commit is contained in:
Eelco Dolstra 2020-02-17 14:33:10 +01:00
parent c6e63065f3
commit b0336e7cf7

View file

@ -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);