mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-14 16:07:52 -06:00
update help for oizys
This commit is contained in:
parent
d4d76d4a3d
commit
3ea645aa20
1 changed files with 19 additions and 12 deletions
25
README.md
25
README.md
|
@ -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 to cachix
|
cache build and push store paths
|
||||||
ci trigger GHA update flow
|
ci trigger GHA
|
||||||
dry dry run build
|
dry dry run build
|
||||||
os nixos-rebuild
|
os nixos-rebuild subcmd
|
||||||
output output
|
output nixos config attr
|
||||||
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue