drop unused :

This commit is contained in:
Jörg Thalheim 2023-08-05 10:38:56 +02:00
parent 622e00afbb
commit 3197bcf152

View File

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