We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdf78e commit bd13c18Copy full SHA for bd13c18
java/flake.nix
@@ -22,7 +22,7 @@
22
23
devShells = forEachSupportedSystem ({ pkgs }: {
24
default = pkgs.mkShell {
25
- packages = with pkgs; [ maven gradle gcc ncurses patchelf zlib ];
+ packages = with pkgs; [ jdk maven gradle gcc ncurses patchelf zlib ];
26
};
27
});
28
0 commit comments