* Four thousand!
@ 2016-09-07 20:29 Ludovic Courtès
2016-09-07 20:44 ` thousand! d4n1
2016-09-07 23:21 ` Four thousand! Christopher Allan Webber
0 siblings, 2 replies; 7+ messages in thread
From: Ludovic Courtès @ 2016-09-07 20:29 UTC (permalink / raw)
To: guix-devel
Hello Guix!
I wonder which one was the 4,000th, but we made it:
--8<---------------cut here---------------start------------->8---
$ GUIX_PACKAGE_PATH= ./pre-inst-env guix package -A |wc -l
4005
$ git describe
v0.11.0-891-g947a5d4
--8<---------------cut here---------------end--------------->8---
\o/
Congrats everyone! :-)
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re:Four thousand!
2016-09-07 20:29 Four thousand! Ludovic Courtès
@ 2016-09-07 20:44 ` d4n1
2016-09-07 23:21 ` Four thousand! Christopher Allan Webber
1 sibling, 0 replies; 7+ messages in thread
From: d4n1 @ 2016-09-07 20:44 UTC (permalink / raw)
To: ludo, guix-devel
[-- Attachment #1: Type: text/html, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Four thousand!
2016-09-07 20:29 Four thousand! Ludovic Courtès
2016-09-07 20:44 ` thousand! d4n1
@ 2016-09-07 23:21 ` Christopher Allan Webber
2016-09-08 21:43 ` Ludovic Courtès
1 sibling, 1 reply; 7+ messages in thread
From: Christopher Allan Webber @ 2016-09-07 23:21 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
Ludovic Courtès writes:
> Hello Guix!
>
> I wonder which one was the 4,000th, but we made it:
>
> --8<---------------cut here---------------start------------->8---
> $ GUIX_PACKAGE_PATH= ./pre-inst-env guix package -A |wc -l
> 4005
Woohoo, over 4k! Now I can't wait until we're over nine thousannnnd
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Four thousand!
2016-09-07 23:21 ` Four thousand! Christopher Allan Webber
@ 2016-09-08 21:43 ` Ludovic Courtès
2016-09-19 11:10 ` ng0
2016-09-19 11:12 ` ng0
0 siblings, 2 replies; 7+ messages in thread
From: Ludovic Courtès @ 2016-09-08 21:43 UTC (permalink / raw)
To: Christopher Allan Webber; +Cc: guix-devel
Christopher Allan Webber <cwebber@dustycloud.org> skribis:
> Ludovic Courtès writes:
>
>> Hello Guix!
>>
>> I wonder which one was the 4,000th, but we made it:
>>
>> --8<---------------cut here---------------start------------->8---
>> $ GUIX_PACKAGE_PATH= ./pre-inst-env guix package -A |wc -l
>> 4005
>
> Woohoo, over 4k! Now I can't wait until we're over nine thousannnnd
OK that would still be a hundredth of the number of NPM packages, but if
Jelle’s importer works well, maybe we can have over a million packages
in a few minutes? Muuuahaha!
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Four thousand!
2016-09-08 21:43 ` Ludovic Courtès
@ 2016-09-19 11:10 ` ng0
2016-09-19 11:12 ` ng0
1 sibling, 0 replies; 7+ messages in thread
From: ng0 @ 2016-09-19 11:10 UTC (permalink / raw)
To: Ludovic Courtès, Christopher Allan Webber; +Cc: guix-devel
Ludovic Courtès <ludo@gnu.org> writes:
> Christopher Allan Webber <cwebber@dustycloud.org> skribis:
>
>> Ludovic Courtès writes:
>>
>>> Hello Guix!
>>>
>>> I wonder which one was the 4,000th, but we made it:
>>>
>>> --8<---------------cut here---------------start------------->8---
>>> $ GUIX_PACKAGE_PATH= ./pre-inst-env guix package -A |wc -l
>>> 4005
>>
>> Woohoo, over 4k! Now I can't wait until we're over nine thousannnnd
>
> OK that would still be a hundredth of the number of NPM packages, but if
> Jelle’s importer works well, maybe we can have over a million packages
> in a few minutes? Muuuahaha!
>
> Ludo’.
>
>
We are not so much smaller than Nix anymore :)
Their homepage states 6500 (which I have not checked on my Nix system).
--
ng0
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Four thousand!
2016-09-08 21:43 ` Ludovic Courtès
2016-09-19 11:10 ` ng0
@ 2016-09-19 11:12 ` ng0
2016-09-20 17:00 ` John Darrington
1 sibling, 1 reply; 7+ messages in thread
From: ng0 @ 2016-09-19 11:12 UTC (permalink / raw)
To: Ludovic Courtès, Christopher Allan Webber; +Cc: guix-devel
Ludovic Courtès <ludo@gnu.org> writes:
> Christopher Allan Webber <cwebber@dustycloud.org> skribis:
>
>> Ludovic Courtès writes:
>>
>>> Hello Guix!
>>>
>>> I wonder which one was the 4,000th, but we made it:
>>>
>>> --8<---------------cut here---------------start------------->8---
>>> $ GUIX_PACKAGE_PATH= ./pre-inst-env guix package -A |wc -l
>>> 4005
>>
>> Woohoo, over 4k! Now I can't wait until we're over nine thousannnnd
>
> OK that would still be a hundredth of the number of NPM packages, but if
> Jelle’s importer works well, maybe we can have over a million packages
> in a few minutes? Muuuahaha!
>
> Ludo’.
>
>
Heh, correction: 11137. (https://nixos.org/nixos/packages.html)
They don't keep some parts of their web site up to date.
--
ng0
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-09-20 17:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 20:29 Four thousand! Ludovic Courtès
2016-09-07 20:44 ` thousand! d4n1
2016-09-07 23:21 ` Four thousand! Christopher Allan Webber
2016-09-08 21:43 ` Ludovic Courtès
2016-09-19 11:10 ` ng0
2016-09-19 11:12 ` ng0
2016-09-20 17:00 ` John Darrington
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).