ci/eval/compare/maintainers: simplify meta.position predicate (#454665)

This commit is contained in:
Wolfgang Walther
2025-10-23 07:50:01 +00:00
committed by GitHub
+1 -1
View File
@@ -73,7 +73,7 @@ let
(lib.unsafeGetAttrPos "pname" drv)
(lib.unsafeGetAttrPos "version" drv)
]
++ lib.optionals (drv.meta.position or null != null) [
++ lib.optionals (drv ? meta.position) [
# Use ".meta.position" for cases when most of the package is
# defined in a "common" section and the only place where
# reference to the file with a derivation the "pos"