From 2214fcee82b84fb4a08cb457f39fe76488343cd0 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Wed, 8 Apr 2026 07:28:15 -0400 Subject: [PATCH] fix(guix-iso): remove invalid option --- steps-guix/improve/guix-build-iso.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/steps-guix/improve/guix-build-iso.sh b/steps-guix/improve/guix-build-iso.sh index 00005a4e..6599a0db 100644 --- a/steps-guix/improve/guix-build-iso.sh +++ b/steps-guix/improve/guix-build-iso.sh @@ -26,8 +26,7 @@ iso_store_path="$(guix system image \ -t iso9660 \ -c "${JOBS}" \ -e '(@@ (gnu system install) installation-os)' \ - --no-substitutes \ - --disable-authentication)" + --no-substitutes)" if [ ! -e "${iso_store_path}" ]; then echo "guix system image did not return a valid path: ${iso_store_path}" >&2