+33
-10
pkgs/development/python-modules/python-lsp-ruff/default.nix
+33
-10
pkgs/development/python-modules/python-lsp-ruff/default.nix
···+# Nix builds everything in /build/ but ruff somehow doesn't run on files in /build/ and outputs empty results.-sed -i -e '/sys.executable/,+2c"${ruff}/bin/ruff",' -e 's|assert "ruff" in call_args|assert "${ruff}/bin/ruff" in call_args|' tests/test_ruff_lint.py-# Nix builds everything in /build/ but ruff somehow doesn't run on files in /build/ and outputs empty results.