mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
update oizys help on README
This commit is contained in:
parent
7b6cdedcd1
commit
227e3a2fe9
1 changed files with 18 additions and 13 deletions
29
README.md
29
README.md
|
@ -42,21 +42,26 @@ nix run "github:daylinmorgan/oizys"
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
oizys <cmd> [opts]
|
nix begat oizys
|
||||||
|
|
||||||
commands:
|
Usage:
|
||||||
dry poor man's nix flake check
|
oizys [command]
|
||||||
boot nixos-rebuild boot
|
|
||||||
switch nixos-rebuild switch
|
Available Commands:
|
||||||
|
boot nixos rebuild boot
|
||||||
|
build A brief description of your command
|
||||||
cache build and push to cachix
|
cache build and push to cachix
|
||||||
build build system flake
|
dry poor man's nix flake check
|
||||||
|
help Help about any command
|
||||||
|
output show nixosConfiguration attr
|
||||||
|
switch nixos rebuild switch
|
||||||
|
|
||||||
options:
|
Flags:
|
||||||
-h|--help show this help
|
--flake string path to flake ($OIZYS_DIR or $HOME/oizys)
|
||||||
--host hostname (current host)
|
-h, --help help for oizys
|
||||||
-f|--flake path to flake ($FLAKE_PATH or $HOME/oizys)
|
--host string host to build (current host)
|
||||||
-c|--cache name of cachix binary cache (daylin)
|
|
||||||
--no-pinix don't use pinix
|
Use "oizys [command] --help" for more information about a command.
|
||||||
```
|
```
|
||||||
|
|
||||||
## oizys?
|
## oizys?
|
||||||
|
|
Loading…
Reference in a new issue