Add nonguix substitute URL

This commit is contained in:
David Wilson 2024-04-05 10:46:30 +03:00 committed by GitHub
parent c077387ac9
commit 6885a75d74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ guix time-machine -C './guix/base-channels.scm' -- \
# Build the image # Build the image
printf 'Attempting to build the image...\n\n' printf 'Attempting to build the image...\n\n'
image=$(guix time-machine -C './guix/channels.scm' -- system image -t iso9660 './guix/installer.scm') \ image=$(guix time-machine -C './guix/channels.scm' --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org' -- system image -t iso9660 './guix/installer.scm') \
|| die 'Could not create image.' || die 'Could not create image.'
release_tag=$(date +"%Y%m%d%H%M") release_tag=$(date +"%Y%m%d%H%M")