Skip to content

Commit 42960d4

Browse files
authored
Merge pull request #53 from augustomelo/fix/java
fix: add jdk package
2 parents 9cdf78e + bd13c18 commit 42960d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: java/flake.nix

+1-1
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)