1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 20:51:33 +02:00

services: guix: Fix Guix Build Coordinator substitute urls bug.

* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Pass
the correct value as the --non-derivation-substitute-urls.
This commit is contained in:
Christopher Baines
2020-11-07 20:34:48 +00:00
parent 18bb73c695
commit f9000450b5
+1 -1
View File
@@ -354,7 +354,7 @@
#$@(if non-derivation-substitute-urls
#~(#$(string-append
"--non-derivation-substitute-urls="
(string-join derivation-substitute-urls " ")))
(string-join non-derivation-substitute-urls " ")))
#~())
#$@(map (lambda (system)
(string-append "--system=" system))