{ pkgs ? import { } }: pkgs.mkShell { packages = [ (pkgs.python3.withPackages (ps: with ps; [ numpy matplotlib ])) ]; }