diff --git a/pkgs/oizys/default.nix b/pkgs/oizys/default.nix index 10b7135..f9d3198 100644 --- a/pkgs/oizys/default.nix +++ b/pkgs/oizys/default.nix @@ -8,7 +8,7 @@ buildNimblePackage { verions = "unstable"; src = lib.cleanSource ./.; nativeBuildInputs = [ openssl ]; - nimbleDepsHash = "sha256-ZEPzosRwokkvPKbv5nqzATv6IqUhqM2prOU0vUUC80Q="; + nimbleDepsHash = "sha256-J/iuDYR5A771zAuRKA94rwXX9L3+KtiodDxQRFO0GEc="; meta = { description = "nix begat oizys"; diff --git a/pkgs/oizys/nimble.lock b/pkgs/oizys/nimble.lock index e5973cc..b8f57a9 100644 --- a/pkgs/oizys/nimble.lock +++ b/pkgs/oizys/nimble.lock @@ -3,12 +3,12 @@ "packages": { "hwylterm": { "version": "0.1.0", - "vcsRevision": "65a952e9f0d75659d39f8a3b146753e291ee0a66", + "vcsRevision": "cbeefd675c0884feebad4dc62910092519f8b2ed", "url": "https://github.com/daylinmorgan/hwylterm", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "10894d492bbe1d0ea32ee9bb0686abfcd3b0b0fe" + "sha1": "4d043352ad07388d0181c0fd4cf325317e9306d0" } }, "jsony": { diff --git a/pkgs/oizys/oizys.nimble b/pkgs/oizys/oizys.nimble index 0846766..8618fde 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#65a952e" +requires "https://github.com/daylinmorgan/hwylterm#cbeefd67" diff --git a/pkgs/oizys/src/oizys.nim b/pkgs/oizys/src/oizys.nim index 15d4904..f0e39f5 100644 --- a/pkgs/oizys/src/oizys.nim +++ b/pkgs/oizys/src/oizys.nim @@ -25,15 +25,13 @@ hwylCli: resetCache: ? "set cache timeout to 0" - r - [yes] + [misc] yes: - y ? "skip all confirmation prompts" - [minimal] minimal: ? "set minimal" - m - preSub: setupLoggers(debug) updateContext(host, flake, debug, resetCache) @@ -43,7 +41,7 @@ hwylCli: [build] ... "nix build" flags: - ^[minimal] + ^minimal run: nixBuild(minimal, args) @@ -80,7 +78,7 @@ hwylCli: [dry] ... "dry run build" flags: - ^[minimal] + ^minimal run: nixBuildHostDry(minimal, args) @@ -105,7 +103,7 @@ hwylCli: [update] ... "update and run nixos-rebuild" flags: - ^[yes] + ^yes preview: - p T bool