computing Guix derivations for 'x86_64-linux'... /
okay take two. i have the correct channel now maybe
what do you do when "no code found for module" and the module is a local git directory on your system
@mir Is your module in a file inside $GUILE_LOAD_PATH?
Your module name is relative to some directory in the $GUILE_LOAD_PATH?
Are you sure the file you are trying to import as a module contains a (define-module (my-module name here))?
@anemofilia@mathstodon.xyz I ended up adding to $GUIX_PACKAGE_PATH and that worked. thanks for the additional context!
@mir You're welcome. Glad you managed to solve it.