hydra: Fix typo.
* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
This commit is contained in:
		
							parent
							
								
									97d010b7f8
								
							
						
					
					
						commit
						1210c32ecc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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 a new issue