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"