diff options
-rw-r--r-- | guix/self.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/self.scm b/guix/self.scm index ca67f653fa..7cda6656c9 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -649,6 +649,9 @@ load path." (program-file "guix-command" #~(begin + ;; Remove the empty extension from the search path. + (set! %load-extensions '(".scm")) + (set! %load-path (append (list (string-append #$module-directory "/share/guile/site/" |