On Wed, May 15, 2019 at 11:08:20AM +0200, pelzflorian (Florian Pelz) wrote: > On Wed, May 15, 2019 at 11:06:54AM +0300, Doron Behar wrote: > > To be more specific, I've tried this idea by writing the following in > > `~/.config/guix/channels.scm`: > > > > (list (channel > > (name 'guix) > > (url "file:///var/code/doron/guix"))) > > > > It could be (url "/var/code/doron/guix"). > > > I ran `guix pull` and it seems it checked out my version of Guix but it > > make those new packages available. > > > > Maybe you have not done `git add gnu/packages/your-package.scm && git > commit`.
I did. Please assume that I'm very experienced with Git in general, just not much experienced with Guile and the Gnu Build system. > > Regards, > Florian >
