java: add minimalistic java shell
This commit is contained in:
parent
fe9d55f504
commit
9d92f2efcf
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue