mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 15:15:50 -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:
|
||||
T string
|
||||
? "name of cache service"
|
||||
* "harmonica"
|
||||
* "store"
|
||||
jobs:
|
||||
T int
|
||||
? "jobs when pushing paths"
|
||||
|
|
|
@ -392,7 +392,7 @@ type NixCache = object
|
|||
|
||||
proc toCache(service: string, name: string): NixCache =
|
||||
case service
|
||||
of "harmonica", "nix-serve-ng":
|
||||
of "store", "harmonia", "nix-serve-ng":
|
||||
info bbfmt"building and pushing to /nix/store/ host: [b]{name}"
|
||||
result = NixCache(kind: Store, host: name)
|
||||
of "attic", "cachix":
|
||||
|
|
Loading…
Add table
Reference in a new issue