update hwylcli

This commit is contained in:
Daylin Morgan 2024-11-13 11:45:33 -06:00
parent e74be1ba3d
commit e012d5d854
Signed by: daylin
GPG key ID: 950D13E9719334AD
4 changed files with 8 additions and 10 deletions

View file

@ -8,7 +8,7 @@ buildNimblePackage {
verions = "unstable"; verions = "unstable";
src = lib.cleanSource ./.; src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl ]; nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-ZEPzosRwokkvPKbv5nqzATv6IqUhqM2prOU0vUUC80Q="; nimbleDepsHash = "sha256-J/iuDYR5A771zAuRKA94rwXX9L3+KtiodDxQRFO0GEc=";
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": "65a952e9f0d75659d39f8a3b146753e291ee0a66", "vcsRevision": "cbeefd675c0884feebad4dc62910092519f8b2ed",
"url": "https://github.com/daylinmorgan/hwylterm", "url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git", "downloadMethod": "git",
"dependencies": [], "dependencies": [],
"checksums": { "checksums": {
"sha1": "10894d492bbe1d0ea32ee9bb0686abfcd3b0b0fe" "sha1": "4d043352ad07388d0181c0fd4cf325317e9306d0"
} }
}, },
"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#65a952e" requires "https://github.com/daylinmorgan/hwylterm#cbeefd67"

View file

@ -25,15 +25,13 @@ hwylCli:
resetCache: resetCache:
? "set cache timeout to 0" ? "set cache timeout to 0"
- r - r
[yes] [misc]
yes: yes:
- y - y
? "skip all confirmation prompts" ? "skip all confirmation prompts"
[minimal]
minimal: minimal:
? "set minimal" ? "set minimal"
- m - m
preSub: preSub:
setupLoggers(debug) setupLoggers(debug)
updateContext(host, flake, debug, resetCache) updateContext(host, flake, debug, resetCache)
@ -43,7 +41,7 @@ hwylCli:
[build] [build]
... "nix build" ... "nix build"
flags: flags:
^[minimal] ^minimal
run: run:
nixBuild(minimal, args) nixBuild(minimal, args)
@ -80,7 +78,7 @@ hwylCli:
[dry] [dry]
... "dry run build" ... "dry run build"
flags: flags:
^[minimal] ^minimal
run: run:
nixBuildHostDry(minimal, args) nixBuildHostDry(minimal, args)
@ -105,7 +103,7 @@ hwylCli:
[update] [update]
... "update and run nixos-rebuild" ... "update and run nixos-rebuild"
flags: flags:
^[yes] ^yes
preview: preview:
- p - p
T bool T bool