Skip to content

Commit 76aae67

Browse files
committed
Bump flake JDK to 17
1 parent edfed10 commit 76aae67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
{
1515

1616
devShells.aarch64-darwin.default = pkgs.mkShell {
17-
nativeBuildInputs = with pkgs-x86; [
18-
jdk11_headless
17+
nativeBuildInputs = with pkgs; [
18+
jdk17_headless
1919
];
2020
};
2121

0 commit comments

Comments
 (0)