harmonica isn't a thing

This commit is contained in:
Daylin Morgan 2025-02-12 14:20:46 -06:00
parent dda95204ac
commit 8b8bddc988
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ hwylCli:
service:
T string
? "name of cache service"
* "harmonica"
* "store"
jobs:
T int
? "jobs when pushing paths"

View file

@ -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":