diff --git a/src/nixos-anywhere.sh b/src/nixos-anywhere.sh index 172107ef..34a771ab 100755 --- a/src/nixos-anywhere.sh +++ b/src/nixos-anywhere.sh @@ -242,7 +242,6 @@ elif [[ -n ${disko_script-} ]] && [[ -n ${nixos_system-} ]]; then if [[ ! -e ${disko_script} ]] || [[ ! -e ${nixos_system} ]]; then abort "${disko_script} and ${nixos_system} must be existing store-paths" fi - : else abort "flake must be set" fi