home: symlink-manager: Use existing home-directory symbol.
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Use existing home-directory symbol instead of additional getenv call. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									10d865aa92
								
							
						
					
					
						commit
						9e86e58d6f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -185,7 +185,7 @@ | ||||||
| 
 | 
 | ||||||
|          #$%initialize-gettext |          #$%initialize-gettext | ||||||
| 
 | 
 | ||||||
|          (let* ((home     (string-append (getenv "HOME") "/.guix-home")) |          (let* ((home     (string-append home-directory "/.guix-home")) | ||||||
|                 (pivot    (string-append home ".new")) |                 (pivot    (string-append home ".new")) | ||||||
|                 (new-home (getenv "GUIX_NEW_HOME")) |                 (new-home (getenv "GUIX_NEW_HOME")) | ||||||
|                 (old-home (getenv "GUIX_OLD_HOME"))) |                 (old-home (getenv "GUIX_OLD_HOME"))) | ||||||
|  |  | ||||||
		Reference in a new issue