diff --git a/flake.nix b/flake.nix index 614040f..4d11ba3 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ devShell = pkgs.mkShell { buildInputs = with pkgs; [ - python3 + python310 # Latest version at the moment ]; inherit (self.checks.${system}.pre-commit) shellHook;