I have a hack:
GUILE_LOAD_PATH=$(echo '(string-join %load-path \":\")' | guix repl -tmachine | tail -1 | cut -d\\\" -f2) Guile then picks up on this env variable, and things are good. It's not pretty, but it works for me.
I have a hack:
GUILE_LOAD_PATH=$(echo '(string-join %load-path \":\")' | guix repl -tmachine | tail -1 | cut -d\\\" -f2) Guile then picks up on this env variable, and things are good. It's not pretty, but it works for me.