add whitespace

This commit is contained in:
Daylin Morgan 2025-02-06 12:44:06 -06:00
parent ba55fbd3a6
commit 7988b4dbf7
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -377,7 +377,7 @@ proc prettyDerivation*(path: string): BbString =
drv.name.trunc(maxLen) & " " & drv.hash.bb("faint")
proc nixBuildWithCache*(name: string, rest:seq[string], service: string, jobs: int, dry: bool) =
proc nixBuildWithCache*(name: string, rest: seq[string], service: string, jobs: int, dry: bool) =
## build individual derivations not cached and push to cache
if findExe(service) == "": fatalQuit fmt"is {service} installed?"
info bbfmt"building and pushing to cache: [b]{name}"