website: try if this works

This commit is contained in:
Christoph Hollizeck 2024-12-31 14:02:57 +01:00
parent 9d92f2efcf
commit 1110225de2
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
8 changed files with 331 additions and 182 deletions

13
shells/java/default.nix Normal file
View file

@ -0,0 +1,13 @@
{
pkgs,
mkShell,
...
}:
mkShell {
# Create your shell
nativeBuildInputs = with pkgs; [
jdt-language-server
zulu8
zulu21
];
}