mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-05 21:24:19 -06:00
fixup cli args
This commit is contained in:
parent
0d62fcbd43
commit
a5d7e93441
1 changed files with 0 additions and 7 deletions
|
@ -117,7 +117,6 @@ hwylCli:
|
||||||
nixBuildHostDry(minimal, args)
|
nixBuildHostDry(minimal, args)
|
||||||
|
|
||||||
[os]
|
[os]
|
||||||
? "[b]oizys os[/] [i]subcmd[/] [[[faint]flags[/]]"
|
|
||||||
... "nixos-rebuild [italic]subcmd[/]"
|
... "nixos-rebuild [italic]subcmd[/]"
|
||||||
positionals:
|
positionals:
|
||||||
subcmd NixosRebuildSubcmd
|
subcmd NixosRebuildSubcmd
|
||||||
|
@ -158,12 +157,6 @@ hwylCli:
|
||||||
updateRepo()
|
updateRepo()
|
||||||
nixosRebuild(NixosRebuildSubcmd.switch)
|
nixosRebuild(NixosRebuildSubcmd.switch)
|
||||||
|
|
||||||
# [utils]
|
|
||||||
# ... """
|
|
||||||
# less common utils operations
|
|
||||||
#
|
|
||||||
# some snippets I've reimplemented in nim so that nix isn't as annoying
|
|
||||||
# """
|
|
||||||
[hash]
|
[hash]
|
||||||
... "collect build hash from failure"
|
... "collect build hash from failure"
|
||||||
positionals:
|
positionals:
|
||||||
|
|
Loading…
Reference in a new issue