{ mkShell, python, ruff, uv, }: mkShell { packages = [ ruff uv (python.withPackages (ps: with ps; [ sqlalchemy ])) ]; }