From c75e951627f05e70463781ab045bb7ad2f6bb21f Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:46:21 -0400 Subject: [PATCH] fix(mirror): generalize sources scan to steps-* extension points --- mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror.sh b/mirror.sh index de1bbf9b..cb7c5c9f 100755 --- a/mirror.sh +++ b/mirror.sh @@ -186,7 +186,7 @@ do_file() { esac } -for src in steps/*/sources steps-guix/*/sources; do +for src in steps/*/sources steps-*/*/sources; do [ -f "${src}" ] || continue while read -r line; do # shellcheck disable=SC2086