update help for oizys

This commit is contained in:
Daylin Morgan 2024-11-06 23:04:41 -06:00
parent d4d76d4a3d
commit 3ea645aa20
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -54,19 +54,27 @@ nix run "github:daylinmorgan/oizys"
``` ```
``` ```
nix begat oizys oizys
Usage:
oizys {SUBCMD} [sub-command options & parameters] usage:
oizys subcmd [flags]
subcommands: subcommands:
help print comprehensive or per-cmd help build nix build
build nix build cache build and push store paths
cache build and push to cachix ci trigger GHA
ci trigger GHA update flow dry dry run build
dry dry run build os nixos-rebuild subcmd
os nixos-rebuild output nixos config attr
output output update update and run nixos-rebuild
update update and run nixos-rebuild
flags:
--flake path/to/flake
--host host(s) to build
-d --debug enable debug mode
-r --resetCache set cache timeout to 0
-h --help show this help
``` ```
## oizys? ## oizys?
@ -79,4 +87,3 @@ Oizys was birthed by the goddess Nyx/Nix and embodies suffering and misery. Whic
> I don't use home-manager to manager my shell/user configs. You can find those in my separate `chezmoi`-managed [`dotfiles`](https://git.dayl.in/daylin/dotfiles) repository. > I don't use home-manager to manager my shell/user configs. You can find those in my separate `chezmoi`-managed [`dotfiles`](https://git.dayl.in/daylin/dotfiles) repository.