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