mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-02 22:20:44 -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,8 +115,10 @@ proc toBuildNixosConfiguration(): seq[string] =
|
|||
cmd.addArgs nixosConfigAttrs()
|
||||
let (_, err) = runCmdCaptWithSpinner(
|
||||
cmd,
|
||||
# BUG: hwylterm spinner not showing styled text?
|
||||
# "running dry run build for: " & $(getHosts().join(" ").bb("bold")),
|
||||
"running dry run build for: " & getHosts().join(" "),
|
||||
capture ={CaptStderr}
|
||||
capture = {CaptStderr}
|
||||
)
|
||||
let output = parseDryRunOutput err
|
||||
return output.toBuild.mapIt(it.storePath)
|
||||
|
|
Loading…
Reference in a new issue