Skip to content

Commit

Permalink
build-scripts/nyxt-guix: Fallback to building on substitute fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 28, 2023
1 parent b7dcdc1 commit 0795ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/nyxt-guix.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +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")
'("guix" "shell" "--fallback")
`(,@(when no-grafts '("--no-grafts"))
,@(if container
`("--container"
Expand Down

0 comments on commit 0795ee7

Please sign in to comment.