{ mkShell , python3 }: mkShell { inputsFrom = [ python3.buildEnv.env ]; packages = [ python3.pkgs.python-lsp-server ]; }