Skip to content

Commit bd13c18

Browse files
committed
fix: add jdk package
1 parent 9cdf78e commit bd13c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
devShells = forEachSupportedSystem ({ pkgs }: {
2424
default = pkgs.mkShell {
25-
packages = with pkgs; [ maven gradle gcc ncurses patchelf zlib ];
25+
packages = with pkgs; [ jdk maven gradle gcc ncurses patchelf zlib ];
2626
};
2727
});
2828
};

0 commit comments

Comments
 (0)