installer: Use 'current-guix' for extensions.
This lets us use the latest (gnu build linux-modules) for instance. Note that items listed in 'with-extensions' come first in the load path, before the directory containing the modules in 'with-imported-modules'. * gnu/installer.scm (installer-program): Use (current-guix) instead of 'guix' in 'with-extensions'.
This commit is contained in:
		
							parent
							
								
									afbd4d8470
								
							
						
					
					
						commit
						938d6161cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -358,7 +358,7 @@ selected keymap."
 | 
				
			||||||
    (with-extensions (list guile-gcrypt guile-newt
 | 
					    (with-extensions (list guile-gcrypt guile-newt
 | 
				
			||||||
                           guile-parted guile-bytestructures
 | 
					                           guile-parted guile-bytestructures
 | 
				
			||||||
                           guile-json-3 guile-git guile-webutils
 | 
					                           guile-json-3 guile-git guile-webutils
 | 
				
			||||||
                           guix gnutls)
 | 
					                           (current-guix) gnutls)
 | 
				
			||||||
      (with-imported-modules `(,@(source-module-closure
 | 
					      (with-imported-modules `(,@(source-module-closure
 | 
				
			||||||
                                  `(,@modules
 | 
					                                  `(,@modules
 | 
				
			||||||
                                    (gnu services herd)
 | 
					                                    (gnu services herd)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue