3 lines
96 B
Nix
3 lines
96 B
Nix
{ pkgs }: pkgs.mkShell {
|
|
packages = with pkgs; [ openjdk20 gradle_8 java-language-server ];
|
|
}
|