{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ jdk maven ]; }