don't be fancy
This commit is contained in:
parent
09f0bbda70
commit
6d96a5888f
|
@ -16,7 +16,7 @@ let
|
|||
}).config.system.build;
|
||||
|
||||
flk = pkgs.writeShellScriptBin "flk" ''
|
||||
if [[ -z "$1" || "$1" == "help" || "--help" || "-h" ]]; then
|
||||
if [[ -z "$1" ]]; then
|
||||
echo "Usage: $(basename "$0") [ iso | install {host} | {host} [switch|boot|test] ]"
|
||||
elif [[ "$1" == "iso" ]]; then
|
||||
nix build ${configs}.niximg.${build}.isoImage
|
||||
|
|
Loading…
Reference in a new issue