Re: Counting Packages yields wrong result

2016-08-25 Thread Björn Höfling
On Tue, 23 Aug 2016 13:56:39 +0300 Alex Kost wrote: > Björn Höfling (2016-08-23 00:10 +0300) wrote: > > Is that my problem? How can I script over the newest pull? > > "guix pull" updates "~/.config/guix/latest" link, and when you run > "guix" command, it uses the packages from that directory.

Re: Counting Packages yields wrong result

2016-08-23 Thread Alex Kost
Björn Höfling (2016-08-23 00:10 +0300) wrote: > I tried to count the number of packages in GuixSD for myself, but my > result differs from the package list on the home page > (https://www.gnu.org/software/guix/packages/). Why? > > Here is how I did it: > > #!/run/current-system/profile/bin/guile -

Counting Packages yields wrong result

2016-08-22 Thread Björn Höfling
I tried to count the number of packages in GuixSD for myself, but my result differs from the package list on the home page (https://www.gnu.org/software/guix/packages/). Why? Here is how I did it: #!/run/current-system/profile/bin/guile -s !# ; Counting number of packages in current system. ; Th