switch to jdk

This commit is contained in:
Satria 2026-06-16 07:45:48 +07:00
commit 56c74b2a79

View file

@ -61,7 +61,7 @@
})
(prismlauncher.override {
jdks = with javaPackages.compiler.temurin-bin; [ jre-25 jre-21 ];
jdks = with javaPackages.compiler.temurin-bin; [ jre-21 jdk-25 ];
})
ferium