mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
update hwylterm
This commit is contained in:
parent
c642e2764d
commit
a0ac1b4520
4 changed files with 7 additions and 5 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue