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
1 changed files with 6 additions and 6 deletions

View File

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