Fix GUILE_LOAD_PATH

keyring
anemofilia 2023-08-06 00:22:07 -03:00
parent 6a731c345e
commit a10609d2b0
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@
;("GUILE_WARN_DEPRECATED" . "detailed")
("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history")
("GUILE_LOAD_PATH" . ,(string-join
(cons "$HOME/projects/guile"
(cons "$HOME/projects/guile/radix/modules"
(map (cut string-append <> "/share/guile/site/3.0")
'("/run/current-system/profile"
"$XDG_CONFIG_HOME/guix/current"