{ pkgs ? import { }, }: pkgs.mkShell rec { buildInputs = with pkgs; [ jdk ]; nativeBuildInputs = with pkgs; [ jre ]; }