IRC channel logs
2024-01-26.log
back to list of logs
<villageidiot>I'm trying to use Guix shell to try out Goblins (`guix shell guile-goblins`) but when I enter `(use-modules (goblins))` into a REPL from the shell I get "no code for module (goblins)" - where have I gone wrong? <villageidiot>Scratch that, I needed `guix shell guile guile-goblins` so that guile's search paths get updated for the shell (answered in #guix).