Browse Source

Bump python to 310

main
parent
commit
1808488932
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 13
      shells/python.nix

13
shells/python.nix

@ -4,11 +4,14 @@
with pkgs;
mkShell {
buildInputs = [
python38Packages.pip
python38Packages.pip-tools
python38Packages.pyls-mypy
python38Packages.pyls-isort
python38Packages.pyls-black
python310Packages.pip
python310Packages.pip-tools
python310Packages.python-lsp-black
python310Packages.python-lsp-server
python310Packages.python-lsp-jsonrpc
# python310Packages.pyls-mypy
# python310Packages.pyls-isort
# python310Packages.pyls-black
];
shellHook = ''
'';

Loading…
Cancel
Save