diff --git a/pkgs/oizys/default.nix b/pkgs/oizys/default.nix index 03d2872..b82a4e8 100644 --- a/pkgs/oizys/default.nix +++ b/pkgs/oizys/default.nix @@ -8,8 +8,7 @@ buildNimblePackage { version = "unstable"; src = lib.cleanSource ./.; nativeBuildInputs = [ openssl ]; - nimbleDepsHash = "sha256-2xuTo85qPZtcNGlcD5/SXkRN73srbTBVtiPtFYmq2Ww="; - + nimbleDepsHash = "sha256-wuTGoswuAxAOOPDDI6Ma8Xzq1CApCfT+fAQmJg+VeYM="; meta = { description = "nix begat oizys"; }; diff --git a/pkgs/oizys/nimble.lock b/pkgs/oizys/nimble.lock index 200e889..89a3206 100644 --- a/pkgs/oizys/nimble.lock +++ b/pkgs/oizys/nimble.lock @@ -3,12 +3,12 @@ "packages": { "hwylterm": { "version": "0.1.0", - "vcsRevision": "c40a0a2038338b6bbaa4179c76452f6f0d1ac87c", + "vcsRevision": "73d58a23598ccd1c4c9c3335599c4e0a9b2ebeb9", "url": "https://github.com/daylinmorgan/hwylterm", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "ba253b8643c6cd5abf98de5e1c89f961e14dc87c" + "sha1": "2ce648bd381834cf865e75f8326e7445d332b9c3" } }, "jsony": { diff --git a/pkgs/oizys/oizys.nimble b/pkgs/oizys/oizys.nimble index 10ca2fc..504c9f6 100644 --- a/pkgs/oizys/oizys.nimble +++ b/pkgs/oizys/oizys.nimble @@ -13,5 +13,5 @@ bin = @["oizys"] requires "nim >= 2.0.8" requires "jsony" requires "zippy" -requires "https://github.com/daylinmorgan/hwylterm#c40a0a2" +requires "https://github.com/daylinmorgan/hwylterm#73d58a23" diff --git a/pkgs/oizys/src/oizys.nim b/pkgs/oizys/src/oizys.nim index 562ed17..e3f51d4 100644 --- a/pkgs/oizys/src/oizys.nim +++ b/pkgs/oizys/src/oizys.nim @@ -16,13 +16,16 @@ hwylCli: flake: T string ? "path/to/flake" + * getFlake() host: T seq[string] ? "host(s) to build" + * getHosts() verbose: T Count ? "increase verbosity (up to 2)" - v + * Count(val: 0) resetCache: ? "set cache timeout to 0" [misc]