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`. Regards, Florian
