Skip to content

Commit

Permalink
drop unused :
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 5, 2023
1 parent 622e00a commit 3197bcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nixos-anywhere.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3197bcf

Please sign in to comment.