From b87c5202082474851b53304d02c67a63d8fd30ab Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 30 Jan 2023 15:06:09 +0100 Subject: [PATCH] Update shell packages to Python 310 --- shell.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index 99a5730..eba4d3f 100644 --- a/shell.nix +++ b/shell.nix @@ -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 = ''