Update shell packages to Python 310

This commit is contained in:
Andreas Zweili 2023-01-30 15:06:09 +01:00
parent 315dfd376c
commit b87c520208

View File

@ -5,12 +5,12 @@ pkgs.mkShell {
git git
nixFlakes nixFlakes
python3 python3
python39Packages.autopep8 python310Packages.autopep8
python39Packages.black python310Packages.black
python39Packages.flake8 python310Packages.flake8
python39Packages.jedi python310Packages.jedi
python39Packages.pip python310Packages.pip
python39Packages.yapf python310Packages.yapf
]; ];
shellHook = '' shellHook = ''