Skip to content

Commit

Permalink
Merge pull request #53 from augustomelo/fix/java
Browse files Browse the repository at this point in the history
fix: add jdk package
  • Loading branch information
lucperkins committed Sep 12, 2024
2 parents 9cdf78e + bd13c18 commit 42960d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [ maven gradle gcc ncurses patchelf zlib ];
packages = with pkgs; [ jdk maven gradle gcc ncurses patchelf zlib ];
};
});
};
Expand Down

0 comments on commit 42960d4

Please sign in to comment.