# This file is controlled by /etc/dotfiles/README.org { pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ python310Packages.pip python310Packages.pip-tools python310Packages.python-lsp-black python310Packages.python-lsp-server python310Packages.python-lsp-jsonrpc ]; shellHook = '' ''; }