maintainers/scripts/check-hydra-by-maintainer: inform user eval is taking place

Evaluation to identify packages can take time; print something so the
user knows what's going on and waits.
This commit is contained in:
06kellyjac
2025-11-18 10:32:36 +00:00
parent f7bf8f2095
commit c6589bb292
@@ -30,7 +30,7 @@ let
) set
));
packages = packagesWith (
packages = builtins.trace "evaluating list of packages for maintainer: ${maintainer}" packagesWith (
name: pkg:
(
if builtins.hasAttr "meta" pkg && builtins.hasAttr "maintainers" pkg.meta then