mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-04 23:50:43 -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()
|
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}
|
||||||
)
|
)
|
||||||
let output = parseDryRunOutput err
|
let output = parseDryRunOutput err
|
||||||
return output.toBuild.mapIt(it.storePath)
|
return output.toBuild.mapIt(it.storePath)
|
||||||
|
|
Loading…
Reference in a new issue