From c9db36e7e2d4b7634c3dcbe699e3c7d52ab83858 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 22 May 2025 18:00:35 -0400 Subject: [PATCH] jdk: 23 -> 24 --- hosts/darwin/spotlights-mac-pro/configuration.nix | 2 +- hosts/darwin/spotlights-macbook-air/configuration.nix | 2 +- hosts/linux/shared.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/darwin/spotlights-mac-pro/configuration.nix b/hosts/darwin/spotlights-mac-pro/configuration.nix index 7d11a5e..d4a782e 100644 --- a/hosts/darwin/spotlights-mac-pro/configuration.nix +++ b/hosts/darwin/spotlights-mac-pro/configuration.nix @@ -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.jdk23}" -name "*.jdk" | head -n1)" + JDK_LOCATION="$(find "${pkgs.jdk24}" -name "*.jdk" | head -n1)" # Symlink! ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk" diff --git a/hosts/darwin/spotlights-macbook-air/configuration.nix b/hosts/darwin/spotlights-macbook-air/configuration.nix index 0a6aaee..d6f59ae 100644 --- a/hosts/darwin/spotlights-macbook-air/configuration.nix +++ b/hosts/darwin/spotlights-macbook-air/configuration.nix @@ -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.jdk23}" -name "*.jdk" | head -n1)" + JDK_LOCATION="$(find "${pkgs.jdk24}" -name "*.jdk" | head -n1)" # Symlink! ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk" diff --git a/hosts/linux/shared.nix b/hosts/linux/shared.nix index 9e6603f..52a7160 100644 --- a/hosts/linux/shared.nix +++ b/hosts/linux/shared.nix @@ -107,7 +107,7 @@ gnome-tweaks gnomeExtensions.appindicator htop - jdk23 + jdk24 minicom pciutils seafile-client