{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ ruff poetry python312 python312Packages.python-lsp-server ]; }