diff --git a/shell.nix b/shell.nix index e197743c..dd7e309a 100644 --- a/shell.nix +++ b/shell.nix @@ -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