fix(nix): add jdk25 to wrapper (#5637)

This commit is contained in:
Seth Flynn 2026-06-04 03:42:25 +00:00 committed by GitHub
commit 77f5f92634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@
glfw3-minecraft, glfw3-minecraft,
jdk17, jdk17,
jdk21, jdk21,
jdk25,
jdk8, jdk8,
kdePackages, kdePackages,
lib, lib,
@ -34,6 +35,7 @@
controllerSupport ? stdenv.hostPlatform.isLinux, controllerSupport ? stdenv.hostPlatform.isLinux,
gamemodeSupport ? stdenv.hostPlatform.isLinux, gamemodeSupport ? stdenv.hostPlatform.isLinux,
jdks ? [ jdks ? [
jdk25
jdk21 jdk21
jdk17 jdk17
jdk8 jdk8