hydra: Fix typo. * build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
1 files changed, 1 insertions(+), 1 deletions(-) M build-aux/hydra/guix.scm
M build-aux/hydra/guix.scm => build-aux/hydra/guix.scm +1 -1
@@ 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)