diff --git a/build-scripts/nyxt-guix.el b/build-scripts/nyxt-guix.el index 393c17b8ea2..8d4e1602135 100644 --- a/build-scripts/nyxt-guix.el +++ b/build-scripts/nyxt-guix.el @@ -90,10 +90,7 @@ 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" - ;; 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'") + '("guix" "shell" "--fallback") `(,@(when no-grafts '("--no-grafts")) ,@(if container `("--container"