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