From c698972f5c91150dedfc5f9a5a92c4c9c810f83d Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 1 Jan 2024 05:11:34 -0300 Subject: [PATCH] home-environments: radio: Fix GUILE_LOAD_PATH (again) --- home-environments/radio.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index e46c6d7..8a656a3 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -231,8 +231,8 @@ ("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history") ("GUILE_LOAD_PATH" . ,(format #f "~a:~a~@{:~a/share/guile/site/3.0~}" - "$HOME/areas/code/scm/" - "$HOME/areas/code/scm/radix/modules/" + "$HOME/areas/code/scm" + "$HOME/areas/code/scm/radix/modules" "$HOME/.guix-home/profile" "$XDG_CONFIG_HOME/guix/current" "/run/current-system/profile"))