mirror of
https://github.com/NixOS/nix.git
synced 2025-04-09 18:57:33 +00:00
nix eval-hydra-job: Progress indicator
This commit is contained in:
parent
c6e63065f3
commit
b0336e7cf7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user