ci/eval/compare: don't try to get the attr of pkgs/by-name/README.md (#483455)

This commit is contained in:
Philip Taron
2026-01-24 20:56:24 +00:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ let
# Extract attributes that changed from by-name paths.
# This allows pinging reviewers for pure refactors.
touchedattrs = lib.pipe changedpaths [
(lib.filter (changed: lib.hasPrefix "pkgs/by-name/" changed))
(lib.filter (changed: lib.hasPrefix "pkgs/by-name/" changed && changed != "pkgs/by-name/README.md"))
(map (lib.splitString "/"))
(map (path: lib.elemAt path 3))
lib.unique