{ pkgs ? import { } }: pkgs.mkShell { packages = [ (pkgs.python3.withPackages (python-pkgs: [ python-pkgs.numpy ])) ]; }