mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
services: cuirass: Fix the substitute-urls argument.
This is a follow-up of: 23b5b168ae
.
* gnu/services/cuirass.scm (cuirass-remote-worker-shepherd-service): Fix it.
This commit is contained in:
parent
23b5b168ae
commit
8221cf8349
1 changed files with 3 additions and 3 deletions
|
@ -375,9 +375,9 @@ CONFIG."
|
|||
(number->string publish-port)))
|
||||
'())
|
||||
#$@(if substitute-urls
|
||||
(string-append
|
||||
"--substitute-urls="
|
||||
(string-join substitute-urls))
|
||||
(list (string-append
|
||||
"--substitute-urls="
|
||||
(string-join substitute-urls)))
|
||||
'())
|
||||
#$@(if public-key
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue