IRC channel logs

2025-04-21.log

back to list of logs

<cow_2001>it is not a dig at you, it is a dig at me :|
<cwebber>tzag
<tsyesika>tzag :)
<cwebber>:)
<dthompson>n|Phreak: when you say "nothing happens", do you mean you get an error that the module isn't found or something else?
<dthompson>cow_2001: maybe we can help you understand better? we're always looking for ways of explaining things that will demystify what we're doing.
<n|Phreak>I'm sure its my issues, so I added the the path to the guix packages in emacs
<n|Phreak>No code for module goblines
<n|Phreak>/s/goblines/goblins/g
<dthompson>n|Phreak: try inspecting %load-path and %load-compiled-path in the repl to see if they match your expectations
<dthompson>or $GUILE_LOAD_PATH and $GUILE_LOAD_COMPILED_PATH at the terminal
<n|Phreak>echo $GUILE_LOAD_PATH = /home/nixfreak/.config/guix/current/share/guile/site.3.0
<n|Phreak>hmm
<n|Phreak>ok so I should be able to change that package directory right ?
<dthompson>that's the path to the guix modules, nothing else will go there
<dthompson>how are you trying to use goblins?
<n|Phreak>I added the third party packages path to emacs
<n|Phreak>(add-to-list 'load-path "/home/nixfreak/.guix-profile/share/guile/site/3.0")
<dthompson>that's the elisp load path though, isn't it?
<dthompson>that won't effect the load path of a guile process
<dthompson>n|Phreak`: running `guix shell guile guile-goblins -- guile` should open a repl where `,use (goblins)` will work
<n|Phreak`>yes that worked thanks
<dthompson>n|Phreak`: yay!