mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

3K
active users

computing Guix derivations for 'x86_64-linux'... /
:sickos:

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

anemofilia

@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.