{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ leiningen vagrant gnuplot ]; }