Hey all,I typically like to keep all of my guix-related files in my personal
channel. This tends to work fine as long as every file has a define-module
statement.Recently, I included a package in one of my manifest files that is
not part of the guix master packages which is causing the channel to fail when
building. The log says it can not find the package, but 'guix package -s' shows
it and I have a use-module statement pointing to it in the manifest.Here is a
relevant
linkhttps://git.sr.ht/~brettgilio/guix-system/commit/1bec473b8014aca15ca2bada87874be35df8b9acDoes
anybody have any idea on how to fix this?