services: base: Re-export %default-substitute-urls from (guix store).
* gnu/services/base.scm: Export %DEFAULT-SUBSTITUTE-URLS.
This commit is contained in:
		
							parent
							
								
									0ae9bbe4f5
								
							
						
					
					
						commit
						0a47ff9f9f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -62,7 +62,8 @@
 | 
				
			||||||
  #:use-module (srfi srfi-26)
 | 
					  #:use-module (srfi srfi-26)
 | 
				
			||||||
  #:use-module (ice-9 match)
 | 
					  #:use-module (ice-9 match)
 | 
				
			||||||
  #:use-module (ice-9 format)
 | 
					  #:use-module (ice-9 format)
 | 
				
			||||||
  #:re-export (user-processes-service-type)       ;backwards compatibility
 | 
					  #:re-export (user-processes-service-type        ;backwards compatibility
 | 
				
			||||||
 | 
					               %default-substitute-urls)
 | 
				
			||||||
  #:export (fstab-service-type
 | 
					  #:export (fstab-service-type
 | 
				
			||||||
            root-file-system-service
 | 
					            root-file-system-service
 | 
				
			||||||
            file-system-service-type
 | 
					            file-system-service-type
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue