Loading pkgs/development/python-modules/aider-chat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -136,8 +136,8 @@ let inherit version; pyproject = true; # needs exactly Python 3.12 disabled = pythonOlder "3.12" || pythonAtLeast "3.13"; # dont support python 3.13 (Aider-AI/aider#3037) disabled = pythonOlder "3.10" || pythonAtLeast "3.13"; src = fetchFromGitHub { owner = "Aider-AI"; Loading Loading
pkgs/development/python-modules/aider-chat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -136,8 +136,8 @@ let inherit version; pyproject = true; # needs exactly Python 3.12 disabled = pythonOlder "3.12" || pythonAtLeast "3.13"; # dont support python 3.13 (Aider-AI/aider#3037) disabled = pythonOlder "3.10" || pythonAtLeast "3.13"; src = fetchFromGitHub { owner = "Aider-AI"; Loading