Tomas Volf <[email protected]> writes: > I did run into an interesting (frustrating?) problem. I created a > package that bundles few Guile modules of my making. I installed it > into my home environment and wanted to use helpers from it in my system > configuration. However I am not sure how to do that. > > When I do > > guix system build some/config.scm > > > The system builds and everything is fine. > > However when try to reconfigure the system using > > sudo guix system reconfigure some/config.scm >
I have settled on a different reconfiguration method on my systems to ensure usage of modules brought in by guix pull sudo guix system reconfigure -e '(@ (systems akashi) operating-system*) I hope this is enough to work around your issue.
