fix(nix): add jdk25 to wrapper

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2026-06-03 21:04:01 +02:00
parent bf8d1ca1f8
commit 5c1d783293
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

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