mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-23 03:45:50 -06:00
add whitespace
This commit is contained in:
parent
ba55fbd3a6
commit
7988b4dbf7
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ proc prettyDerivation*(path: string): BbString =
|
||||||
drv.name.trunc(maxLen) & " " & drv.hash.bb("faint")
|
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
|
## build individual derivations not cached and push to cache
|
||||||
if findExe(service) == "": fatalQuit fmt"is {service} installed?"
|
if findExe(service) == "": fatalQuit fmt"is {service} installed?"
|
||||||
info bbfmt"building and pushing to cache: [b]{name}"
|
info bbfmt"building and pushing to cache: [b]{name}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue