fix(guix-iso): remove invalid option

This commit is contained in:
vxtls 2026-04-08 07:28:15 -04:00
parent 23f73687d5
commit 2214fcee82

View file

@ -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