jmd pushed a commit to branch wip-installer
in repository guix.

commit d6546942285c0e965ee3bd01fd4d3703da2a564d
Author: John Darrington <[email protected]>
Date:   Tue Dec 27 06:49:18 2016 +0100

    gnu: Add guix to the path environment for the guix-installer service.
    
    * gnu/system/install.scm (guix-installer): Add (current-guix)/bin to PATH
    environment.
---
 gnu/system/install.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 6d93ce0..736d547 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -133,6 +133,7 @@ manual."
                               (string-append #$bash       "/bin")
                               (string-append #$coreutils  "/bin")  ; for ls (!)
                               (string-append #$e2fsprogs  "/sbin")
+                              (string-append #$(current-guix)  "/bin") ; for 
guix system init
                               (string-append #$iproute    "/sbin")
                               (string-append #$isc-dhcp   "/sbin")
                               (string-append #$iw         "/sbin")

Reply via email to