mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-15 04:17:53 -06:00
update hwylcli
This commit is contained in:
parent
e74be1ba3d
commit
e012d5d854
4 changed files with 8 additions and 10 deletions
|
@ -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";
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue