From c54da759d0c0077a646d11eae06d8bbbe436e402 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Sat, 21 Feb 2026 11:07:32 -0500 Subject: [PATCH] mirror.sh: add steps-guix dir --- mirror.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mirror.sh b/mirror.sh index 00d0d6d3..de1bbf9b 100755 --- a/mirror.sh +++ b/mirror.sh @@ -186,7 +186,8 @@ do_file() { esac } -for src in steps/*/sources; do +for src in steps/*/sources steps-guix/*/sources; do + [ -f "${src}" ] || continue while read -r line; do # shellcheck disable=SC2086 do_file ${line}