mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 23:35:51 -06:00
harmonica isn't a thing
This commit is contained in:
parent
dda95204ac
commit
8b8bddc988
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ hwylCli:
|
||||||
service:
|
service:
|
||||||
T string
|
T string
|
||||||
? "name of cache service"
|
? "name of cache service"
|
||||||
* "harmonica"
|
* "store"
|
||||||
jobs:
|
jobs:
|
||||||
T int
|
T int
|
||||||
? "jobs when pushing paths"
|
? "jobs when pushing paths"
|
||||||
|
|
|
@ -392,7 +392,7 @@ type NixCache = object
|
||||||
|
|
||||||
proc toCache(service: string, name: string): NixCache =
|
proc toCache(service: string, name: string): NixCache =
|
||||||
case service
|
case service
|
||||||
of "harmonica", "nix-serve-ng":
|
of "store", "harmonia", "nix-serve-ng":
|
||||||
info bbfmt"building and pushing to /nix/store/ host: [b]{name}"
|
info bbfmt"building and pushing to /nix/store/ host: [b]{name}"
|
||||||
result = NixCache(kind: Store, host: name)
|
result = NixCache(kind: Store, host: name)
|
||||||
of "attic", "cachix":
|
of "attic", "cachix":
|
||||||
|
|
Loading…
Add table
Reference in a new issue