website: try if this works
This commit is contained in:
parent
9d92f2efcf
commit
1110225de2
8 changed files with 331 additions and 182 deletions
13
shells/java/default.nix
Normal file
13
shells/java/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
mkShell,
|
||||
...
|
||||
}:
|
||||
mkShell {
|
||||
# Create your shell
|
||||
nativeBuildInputs = with pkgs; [
|
||||
jdt-language-server
|
||||
zulu8
|
||||
zulu21
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue