Skip to content

Commit

Permalink
Revert "build-scripts/nyxt-guix: Fix issue generating guix shell."
Browse files Browse the repository at this point in the history
This reverts commit b027814.
  • Loading branch information
aadcg committed Jun 12, 2024
1 parent 21e1c49 commit 6e6551e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build-scripts/nyxt-guix.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e6551e

Please sign in to comment.