maintainers/scripts/get-maintainer-pings-between: drop

This has been broken for months, since all the interface to `ci/eval`
changed. Nobody noticed, so nobody is using it.
This commit is contained in:
Wolfgang Walther 2025-10-16 12:56:44 +02:00
commit 44e4c1ba9f
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
3 changed files with 1 additions and 82 deletions

View file

@ -49,7 +49,6 @@ in
combinedDir,
touchedFilesJson,
githubAuthorId,
byName ? false,
}:
let
# Usually we expect a derivation, but when evaluating in multiple separate steps, we pass
@ -171,7 +170,6 @@ let
changedattrs = lib.attrNames (lib.groupBy (a: a.name) changedPackagePlatformAttrs);
changedpathsjson = touchedFilesJson;
removedattrs = lib.attrNames (lib.groupBy (a: a.name) removedPackagePlatformAttrs);
inherit byName;
};
in
runCommand "compare"