From a10609d2b056a586b522ac65ca20e290f561e93a Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sun, 6 Aug 2023 00:22:07 -0300 Subject: [PATCH] Fix GUILE_LOAD_PATH --- radio.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.scm b/radio.scm index 8e21154..01e8365 100644 --- a/radio.scm +++ b/radio.scm @@ -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"