Skip to content

Commit

Permalink
flake.nix: use temurin-bin-23 instead of jdk23 (see Issue 93)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Dec 2, 2024
1 parent 7db469b commit 44e3b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# current jextract in nixpkgs is broken, see: https://github.com/NixOS/nixpkgs/issues/354591
# jextract # jextract (Nix package) contains a jlinked executable and bundles its own JDK
(gradle.override { # Gradle 8.x (Nix package) depends-on and directly uses JDK XX to launch Gradle itself
javaToolchains = [ jdk23 ]; # Put JDK 23 in Gradle's javaToolchain configuration
javaToolchains = [ temurin-bin-23 ]; # Put JDK 23 in Gradle's javaToolchain configuration
})
];
};
Expand Down

0 comments on commit 44e3b6c

Please sign in to comment.