On 2023-02-27 15:01, Ludovic Courtès wrote: > Hi Simon, > > Simon Tournier skribis: > >> Fixes . >> Reported by 宋文武 . >> >> * guix/scripts/repl.scm (define-command): Before starting the REPL, >> run (current-profile) which makes available all channels. > > [...] > >> +++ b/guix/scripts/repl.scm >> @@ -211,6 +211,7 @@ (define script >> ((guile) >> (save-module-excursion >> (lambda () >> + (current-profile) ;Run (%package-module-path) as explained above. > > I tweaked the comment :-) and applied. > > Thanks! Hi Simon and Ludo! Thank you for the patch, I also faced this problem and it seems this change doesn't fix it. echo '(use-modules (rde features))' | guix repl /dev/stdin still fails on a7763e067d86908210758aab80d33e4f8b815b1c. -- Best regards, Andrew Tropin