mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 23:35:51 -06:00
indent log
This commit is contained in:
parent
f5badff001
commit
57546d875e
1 changed files with 1 additions and 3 deletions
|
@ -435,8 +435,6 @@ proc pushPathsToCache(cache: NixCache, paths: openArray[string], jobs: int) =
|
||||||
cmd.addArgs cache.exe, "push", cache.name, "--jobs", $jobs
|
cmd.addArgs cache.exe, "push", cache.name, "--jobs", $jobs
|
||||||
cmd.addArgs paths
|
cmd.addArgs paths
|
||||||
of Store:
|
of Store:
|
||||||
# TODO: how to handle user, this will probably error on remote machine
|
|
||||||
# Could try using NIX_SSHOPTS='-l daylin' on github actions
|
|
||||||
cmd.addArgs "nix-copy-closure", "-s", cache.host
|
cmd.addArgs "nix-copy-closure", "-s", cache.host
|
||||||
cmd.addArgs paths
|
cmd.addArgs paths
|
||||||
|
|
||||||
|
@ -457,7 +455,7 @@ proc nixBuildWithCache*(name: string, rest: seq[string], service: string, jobs:
|
||||||
|
|
||||||
info fmt("need to build {drvs.len} dervations")
|
info fmt("need to build {drvs.len} dervations")
|
||||||
for _, drv in drvs:
|
for _, drv in drvs:
|
||||||
info prettyDerivation(drv.outputs["out"].path)
|
info prettyDerivation(" " & drv.outputs["out"].path)
|
||||||
|
|
||||||
if dry:
|
if dry:
|
||||||
quit "exiting...", QuitSuccess
|
quit "exiting...", QuitSuccess
|
||||||
|
|
Loading…
Add table
Reference in a new issue