mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-14 07:57:53 -06:00
update help for oizys
This commit is contained in:
parent
d4d76d4a3d
commit
3ea645aa20
1 changed files with 19 additions and 12 deletions
31
README.md
31
README.md
|
@ -54,19 +54,27 @@ nix run "github:daylinmorgan/oizys"
|
|||
```
|
||||
|
||||
```
|
||||
nix begat oizys
|
||||
Usage:
|
||||
oizys {SUBCMD} [sub-command options & parameters]
|
||||
oizys
|
||||
|
||||
usage:
|
||||
oizys subcmd [flags]
|
||||
|
||||
subcommands:
|
||||
help print comprehensive or per-cmd help
|
||||
build nix build
|
||||
cache build and push to cachix
|
||||
ci trigger GHA update flow
|
||||
dry dry run build
|
||||
os nixos-rebuild
|
||||
output output
|
||||
update update and run nixos-rebuild
|
||||
build nix build
|
||||
cache build and push store paths
|
||||
ci trigger GHA
|
||||
dry dry run build
|
||||
os nixos-rebuild subcmd
|
||||
output nixos config attr
|
||||
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?
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue