don't be fancy

This commit is contained in:
Timothy DeHerrera 2020-12-31 12:41:01 -07:00
parent 09f0bbda70
commit 6d96a5888f
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -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