fix(java): Correct pkgs

This commit is contained in:
Tibo De Peuter 2025-09-22 08:15:09 +02:00
parent 71f9a08d71
commit 2f7c928fe2
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 8 additions and 8 deletions

View file

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