Re: Issue with my version of guix

2019-02-11 Thread Laura Lazzati
Hi Danny and znavko :) Thank you very much for your help :) I should have mentioned that I am running it on a foreign distro. Yesterday on IRC the folks helped me and I just needed to modifiy guix-daemon.service, reload it, and restart it. The only awkward thing is that difference between guix-d

Re: Issue with my version of guix

2019-02-10 Thread znavko
Hello, Laura! To update guix use this line under every user you need: $ guix pull && guix package -u by root the same: # guix pull && guix package -u Then `guix describe` or `guix --version` will show the commit you have. But I really do not know how to look human readable version like 0.15 or

Re: Issue with my version of guix

2019-02-10 Thread Danny Milosavljevic
Hi Laura, On Fri, 8 Feb 2019 16:22:08 -0300 Laura Lazzati wrote: > Weirdest, look at this: > guix-daemon (GNU Guix) 0.16.0-3.6ddc63e > root@ada:~# /proc/$(pidof -s guix-daemon)/exe -V > guix-daemon (GNU Guix) 0.15.0-8.71a78ba Yeah, I think Guix on GuixSD uses the guix-daemon from the package "g

Re: Issue with my version of guix

2019-02-08 Thread Laura Lazzati
Hi Danny :) > This commit seems to be very recent, so not sure what you mean. > (it's from Feb 8 2019) Yes, I guix pulled today. > > > And both for installing stuff with guix package or even guix pulling, > > I need to add the subsitute option for using https://ci.guix.info > > Otherwhise it uses t

Re: Issue with my version of guix

2019-02-08 Thread Danny Milosavljevic
Hi Laura, On Fri, 8 Feb 2019 12:25:41 -0300 Laura Lazzati wrote: > This is the output of my guix --version, which shows a commit. > guix --version > guix (GNU Guix) 9d58e8819fdbc4c1c8a1ef6149e2d2376731a6a6 > Copyright (C) 2019 the Guix authors This commit seems to be very recent, so not sure wh