java: add minimalistic java shell
This commit is contained in:
parent
d57aa54233
commit
1f4a3929d0
11
shells/java.nix
Normal file
11
shells/java.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
mkShell,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
mkShell {
|
||||||
|
# Create your shell
|
||||||
|
nativeBuildInputs = with pkgs; [
|
||||||
|
jdt-language-server
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue