diff --git a/installer/nixos-rebuild.sh b/installer/nixos-rebuild.sh index 12404f8d4af..f63264cedae 100644 --- a/installer/nixos-rebuild.sh +++ b/installer/nixos-rebuild.sh @@ -4,7 +4,7 @@ # What are we supposed to do? action="$1" -if test -z "$action"; then +showSyntax() { # !!! more or less cut&paste from # system/switch-to-configuration.sh (which we call, of course). cat <