fix(guix-iso): copy manifest directly before image build

This commit is contained in:
vxtls 2026-04-07 22:12:10 -04:00
parent 260fa2ae17
commit 23f73687d5

View file

@ -19,6 +19,8 @@ fi
mkdir -p "${out_dir}"
cp /var/guix/profiles/per-user/root/current-guix/manifest /usr/manifest
iso_store_path="$(guix system image \
--system=x86_64-linux \
-t iso9660 \