Fix GUILE_LOAD_PATH
parent
6a731c345e
commit
a10609d2b0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue