{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ pyright black python3Packages.flake8 # add project-specific packages below ]; }