Add nonguix substitute URL
parent
c077387ac9
commit
6885a75d74
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue