forked from lix-project/lix
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 a new issue