add more runtimes
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 19s

This commit is contained in:
Satria 2026-06-13 08:07:48 +07:00
commit 2fd983225d

View file

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