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