update hwylterm

This commit is contained in:
Daylin Morgan 2025-01-25 14:51:43 -06:00
parent c642e2764d
commit a0ac1b4520
Signed by: daylin
GPG key ID: 950D13E9719334AD
4 changed files with 7 additions and 5 deletions

View file

@ -8,8 +8,7 @@ buildNimblePackage {
version = "unstable"; version = "unstable";
src = lib.cleanSource ./.; src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl ]; nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-2xuTo85qPZtcNGlcD5/SXkRN73srbTBVtiPtFYmq2Ww="; nimbleDepsHash = "sha256-wuTGoswuAxAOOPDDI6Ma8Xzq1CApCfT+fAQmJg+VeYM=";
meta = { meta = {
description = "nix begat oizys"; description = "nix begat oizys";
}; };

View file

@ -3,12 +3,12 @@
"packages": { "packages": {
"hwylterm": { "hwylterm": {
"version": "0.1.0", "version": "0.1.0",
"vcsRevision": "c40a0a2038338b6bbaa4179c76452f6f0d1ac87c", "vcsRevision": "73d58a23598ccd1c4c9c3335599c4e0a9b2ebeb9",
"url": "https://github.com/daylinmorgan/hwylterm", "url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git", "downloadMethod": "git",
"dependencies": [], "dependencies": [],
"checksums": { "checksums": {
"sha1": "ba253b8643c6cd5abf98de5e1c89f961e14dc87c" "sha1": "2ce648bd381834cf865e75f8326e7445d332b9c3"
} }
}, },
"jsony": { "jsony": {

View file

@ -13,5 +13,5 @@ bin = @["oizys"]
requires "nim >= 2.0.8" requires "nim >= 2.0.8"
requires "jsony" requires "jsony"
requires "zippy" requires "zippy"
requires "https://github.com/daylinmorgan/hwylterm#c40a0a2" requires "https://github.com/daylinmorgan/hwylterm#73d58a23"

View file

@ -16,13 +16,16 @@ hwylCli:
flake: flake:
T string T string
? "path/to/flake" ? "path/to/flake"
* getFlake()
host: host:
T seq[string] T seq[string]
? "host(s) to build" ? "host(s) to build"
* getHosts()
verbose: verbose:
T Count T Count
? "increase verbosity (up to 2)" ? "increase verbosity (up to 2)"
- v - v
* Count(val: 0)
resetCache: resetCache:
? "set cache timeout to 0" ? "set cache timeout to 0"
[misc] [misc]