[java] Update flake

This commit is contained in:
Tibo De Peuter 2024-10-13 17:21:48 +02:00
parent 34e40f73b3
commit 533c68eb26
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 8 additions and 7 deletions

View file

@ -15,10 +15,11 @@
in {
devShells.default = pkgs.mkShell {
packages = with pkgs; [
jdk8
openjdk17
# You might want to use your own IDE.
jetbrains.idea-ultimate
# (jetbrains.plugins.addPlugins jetbrains.idea-ultimate [ "github-copilot" ])
];
};
});