spotlights-macbook-air: Prefer JDK 23

This commit is contained in:
Spotlight 2025-02-18 00:27:54 -06:00
parent 2d8b91eb93
commit 62ca6d40aa
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
# We should only have a single JDK present within our package,
# but let's limit `find` regardless.
JDK_LOCATION="$(find "${pkgs.jdk}" -name "*.jdk" | head -n1)"
JDK_LOCATION="$(find "${pkgs.jdk23}" -name "*.jdk" | head -n1)"
# Symlink!
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"