{ pkgs, mkShell, ... }: mkShell { # Create your shell nativeBuildInputs = with pkgs; [ jdt-language-server zulu8 zulu21 jetbrains.idea-community maven ant ]; }