change wording of log message

This commit is contained in:
Daylin Morgan 2025-02-21 09:02:39 -06:00
parent 746e7d17e8
commit 927879b475
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -215,7 +215,7 @@ proc missingDrvNixEvalJobs*(): HashSet[NixEvalOutput] =
let flakeUrl = getFlake() & "#nixosConfigurations." & host & ".config.oizys.packages"
let (o, _) = runCmdCaptWithSpinner(
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