From b0278148be44e18bbdff86e6eecc2807c4b00666 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Fri, 31 May 2024 21:12:32 +0300 Subject: [PATCH] build-scripts/nyxt-guix: Fix issue generating guix shell. --- build-scripts/nyxt-guix.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-scripts/nyxt-guix.el b/build-scripts/nyxt-guix.el index 8d4e1602135..393c17b8ea2 100644 --- a/build-scripts/nyxt-guix.el +++ b/build-scripts/nyxt-guix.el @@ -90,7 +90,10 @@ already exists and CONTAINER is nil, after sourcing \"etc/profile\"." (format "source %s && %s" (shell-quote-argument root-env) (mapconcat #'shell-quote-argument command-args " ")))) (append - '("guix" "shell" "--fallback") + '("guix" "shell" "--fallback" + ;; Set to the value of %default-substitute-urls, since other + ;; substitute URLS may be too slow to fetch them. + "--substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org'") `(,@(when no-grafts '("--no-grafts")) ,@(if container `("--container"