{ pkgs ? import { }, }: pkgs.mkShell { buildInputs = with pkgs; [ (python312.withPackages (ps: with ps; [ pygame ])) rye just black ]; }