update hwylcli

This commit is contained in:
Daylin Morgan 2024-11-10 12:56:15 -06:00
parent e488991abf
commit 3cab71f282
Signed by: daylin
GPG key ID: 950D13E9719334AD
4 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ buildNimblePackage {
verions = "unstable";
src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-YCHyMyy6cvNZgsmxPgskbAMETHs4/bP2Cp6XbjfWm1k=";
nimbleDepsHash = "sha256-/H/HvnJqpDJcyVJ2rbn7PDSSoJB/TMr9yiIKxtB1O+E=";
meta = {
description = "nix begat oizys";

View file

@ -3,12 +3,12 @@
"packages": {
"hwylterm": {
"version": "0.1.0",
"vcsRevision": "a4e0f3fc7b34bac8e448dd35f58012d07dd4a0d0",
"vcsRevision": "e8e090c5b76bc555231bda536193df6f92a54db2",
"url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "848f75dc1bc910560e5e0038bf0a9ebf8d096385"
"sha1": "925aad3ce660979de7cdb2f58a31dc7ac693e34d"
}
},
"jsony": {

View file

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

View file

@ -10,12 +10,12 @@ proc checkExes() =
checkexes()
hwylCli:
name "oizys"
globalFlags:
flags:
[global]
flake "path/to/flake"
host:
T seq[string]
? "host(s) to build"
# - h conflicts with autoadded help short flag
debug:
T bool
? "enable debug mode"