mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-06 21:17:31 -06:00
add note about bug
This commit is contained in:
parent
6d7dd5d406
commit
e5f6f73179
1 changed files with 3 additions and 1 deletions
|
@ -115,6 +115,8 @@ proc toBuildNixosConfiguration(): seq[string] =
|
||||||
cmd.addArgs nixosConfigAttrs()
|
cmd.addArgs nixosConfigAttrs()
|
||||||
let (_, err) = runCmdCaptWithSpinner(
|
let (_, err) = runCmdCaptWithSpinner(
|
||||||
cmd,
|
cmd,
|
||||||
|
# BUG: hwylterm spinner not showing styled text?
|
||||||
|
# "running dry run build for: " & $(getHosts().join(" ").bb("bold")),
|
||||||
"running dry run build for: " & getHosts().join(" "),
|
"running dry run build for: " & getHosts().join(" "),
|
||||||
capture = {CaptStderr}
|
capture = {CaptStderr}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue