diff --git a/pkgs/development/python-modules/aider-chat/default.nix b/pkgs/development/python-modules/aider-chat/default.nix index eb275da05fd8..9fbf3f149465 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -247,6 +247,10 @@ let gitMinimal ]; + postPatch = '' + substituteInPlace aider/linter.py --replace-fail "\"flake8\"" "\"${flake8}\"" + ''; + disabledTestPaths = [ # Tests require network access "tests/scrape/test_scrape.py"