services: guix: Fix Guix Build Coordinator substitute urls bug.
* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Pass the correct value as the --non-derivation-substitute-urls.
This commit is contained in:
		
							parent
							
								
									18bb73c695
								
							
						
					
					
						commit
						f9000450b5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -354,7 +354,7 @@
 | 
			
		|||
                      #$@(if non-derivation-substitute-urls
 | 
			
		||||
                             #~(#$(string-append
 | 
			
		||||
                                   "--non-derivation-substitute-urls="
 | 
			
		||||
                                   (string-join derivation-substitute-urls " ")))
 | 
			
		||||
                                   (string-join non-derivation-substitute-urls " ")))
 | 
			
		||||
                             #~())
 | 
			
		||||
                      #$@(map (lambda (system)
 | 
			
		||||
                                (string-append "--system=" system))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue