mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-24 08:35:49 -06:00
change wording of log message
This commit is contained in:
parent
746e7d17e8
commit
927879b475
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ proc missingDrvNixEvalJobs*(): HashSet[NixEvalOutput] =
|
||||||
let flakeUrl = getFlake() & "#nixosConfigurations." & host & ".config.oizys.packages"
|
let flakeUrl = getFlake() & "#nixosConfigurations." & host & ".config.oizys.packages"
|
||||||
let (o, _) = runCmdCaptWithSpinner(
|
let (o, _) = runCmdCaptWithSpinner(
|
||||||
fmt"{cmd} {flakeUrl}",
|
fmt"{cmd} {flakeUrl}",
|
||||||
bb"running [b]nix-eval-jobs[/] for system path: " & host.bb("bold")
|
bb"running [b]nix-eval-jobs[/] for " & host.bb("bold")
|
||||||
)
|
)
|
||||||
output.add o
|
output.add o
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue