hydra: Fix typo.
* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
This commit is contained in:
parent
97d010b7f8
commit
1210c32ecc
|
@ -79,7 +79,7 @@ containing a Git checkout of Guix."
|
|||
;; Tell Git to use the Nix checkout that Hydra gave us.
|
||||
(zero?
|
||||
(system* "git" "config" "submodule.nix-upstream.url"
|
||||
nix-checkout)))
|
||||
,nix-checkout)))
|
||||
,p))))
|
||||
(native-inputs `(("git" ,git)
|
||||
("graphviz" ,graphviz)
|
||||
|
|
Loading…
Reference in New Issue