From 6885a75d747f4ede7dbdea0cd6eceb24db0297d4 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 5 Apr 2024 10:46:30 +0300 Subject: [PATCH] Add nonguix substitute URL --- build-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-iso.sh b/build-iso.sh index 0a284c5..0c97b12 100755 --- a/build-iso.sh +++ b/build-iso.sh @@ -23,7 +23,7 @@ guix time-machine -C './guix/base-channels.scm' -- \ # Build the image 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.' release_tag=$(date +"%Y%m%d%H%M")