mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-05 13:14:17 -06:00
use bold for hosts
This commit is contained in:
parent
763b1c349d
commit
dc24e29fc5
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ proc nixBuildHostDry*(minimal: bool, rest: seq[string]) =
|
|||
cmd.addArg "--dry-run"
|
||||
cmd.addArgs rest
|
||||
let (_, err) =
|
||||
runCmdCaptWithSpinner(cmd, "evaluating derivation for: " & getHosts().join(" "), {CaptStderr})
|
||||
runCmdCaptWithSpinner(cmd, "evaluating derivation for: " & getHosts().join(" ").bb("bold"), {CaptStderr})
|
||||
let output = parseDryRunOutput err
|
||||
display output
|
||||
|
||||
|
|
Loading…
Reference in a new issue