Skip to content

Commit c58ad5d

Browse files
committed
Use JetBrains JDK in the build environment
1 parent c061691 commit c58ad5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ in
77
devshell.mkShell ({pkgs, ...}: {
88
packages = with pkgs; [
99
git
10-
openjdk17
11-
(gradle.override { java = openjdk17; })
10+
jetbrains.jdk
11+
(gradle.override { java = jetbrains.jdk; })
1212
act
1313
];
1414
})

0 commit comments

Comments
 (0)