I’m currently working on reviewing this pull request. At the moment, it has two failing checks “no PR failures” and “PR / Eval / aarch64-darwin (pull_request_target)”. The “PR / Eval / aarch64-darwin (pull_request_target)” check failed during its “Run actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8” step with this error:
Error: The process '/usr/bin/git' failed with exit code 128
That step happens before any code from Nixpkgs itself is evaluated or run. As far as I can tell, the check failed because of an issue with GitHub. There doesn’t appear to be anything inside the pull request itself that is causing this issue.
Is there any way to rerun the GitHub Actions evals for a pull request? I already tried doing @ofborg eval, but that didn’t seem to do anything (I guess that the ofborg evaluation is separate from the GitHub Actions evaluations).