hydra: Fix typo.
* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.master
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.
|
;; Tell Git to use the Nix checkout that Hydra gave us.
|
||||||
(zero?
|
(zero?
|
||||||
(system* "git" "config" "submodule.nix-upstream.url"
|
(system* "git" "config" "submodule.nix-upstream.url"
|
||||||
nix-checkout)))
|
,nix-checkout)))
|
||||||
,p))))
|
,p))))
|
||||||
(native-inputs `(("git" ,git)
|
(native-inputs `(("git" ,git)
|
||||||
("graphviz" ,graphviz)
|
("graphviz" ,graphviz)
|
||||||
|
|
Reference in New Issue