mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
nix eval-hydra-job: Progress indicator
This commit is contained in:
parent
c6e63065f3
commit
b0336e7cf7
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,8 @@ struct CmdEvalHydraJobs : MixJSON, MixDryRun, InstallableCommand
|
||||||
state.wait(wakeup);
|
state.wait(wakeup);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Activity act(*logger, lvlInfo, actUnknown, fmt("evaluating '%s'", attrPath));
|
||||||
|
|
||||||
/* Tell the worker to evaluate it. */
|
/* Tell the worker to evaluate it. */
|
||||||
writeLine(to.get(), "do " + attrPath);
|
writeLine(to.get(), "do " + attrPath);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue