From c6589bb292be65a02dac26e0ffbc23ca097555c9 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Thu, 16 Oct 2025 11:33:15 +0100 Subject: [PATCH] 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. --- maintainers/scripts/check-hydra-by-maintainer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/scripts/check-hydra-by-maintainer.nix b/maintainers/scripts/check-hydra-by-maintainer.nix index 5107220820e5..26ef647ed4c9 100644 --- a/maintainers/scripts/check-hydra-by-maintainer.nix +++ b/maintainers/scripts/check-hydra-by-maintainer.nix @@ -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