Hello,
I've made a channel with this file structure
guix-tsverse/packages/*
.guix-authorizations
.guix-channel
tsverse-manifest.scm
tsverse-channels.scm
My issue is that I get errors because the two *.scm files at the root of
this (manifest and channels that I would like to have to build a
container) are interpreted as modules I think.
I could use the (directory "guix-tsverse") option in the channel
definition but from what I understood it requires changing all the calls
to modules from
(guix-tsverse packages mypackage) -> (packages mypackage)
I think, and I don't find it ideal.
Maybe the directory option is perfectly fine but I don't have a good
grasp of the longer term consequences of this for the use of the channel.
Otherwise is there a way to exclude some files or a directory from being
considered as modules inside the channel?
Thanks!
Alexis