civodul pushed a commit to branch master
in repository guix.

commit 567f0d2590ede190ff8700d2fc3e2b4d4b72bcbe
Author: Ludovic Courtès <[email protected]>
Date:   Tue Jan 22 10:22:33 2019 +0100

    self: Remove leftover export.
    
    * guix/self.scm: Remove 'reload-guix' export.
---
 guix/self.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/self.scm b/guix/self.scm
index f367954..fea5db5 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -36,8 +36,7 @@
   #:export (make-config.scm
             whole-package                     ;for internal use in 'guix pull'
             compiled-guix
-            guix-derivation
-            reload-guix))
+            guix-derivation))
 
 
 ;;;

Reply via email to