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