From 6d96a5888fe7135485a45b97e566758f66bcf427 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 31 Dec 2020 12:41:01 -0700 Subject: [PATCH] don't be fancy --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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