n/zorigami: <Crendgrim> @ari hi, how do I get java 21 on zorigami? Minecraft 1.20.6 requires that to run now

main
Ari Gerus 2024-05-03 16:07:13 +02:00
parent 275d3a36f7
commit a73c8fde58
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@
programs.java = {
enable = true;
package = pkgs.openjdk17;
package = pkgs.openjdk21;
};
environment.systemPackages = with pkgs; [ john restic weechat ];