blob: fc9a7fdd90f665be976dffb8e575ca0eb303b2c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
GNU Guix is consists of Scheme code that implements the deployment model
of the Nix package management tool. In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)
Nix was initially written by Eelco Dolstra; other people have been
contributing to it. See `nix/AUTHORS' for details.
GNU Guix was initiated by Ludovic Courtès <[email protected]>, but it would
not be what it is without the contributions of the following people (in
alphabetical order):
Andreas Enge <[email protected]>
Nikita Karetnikov <[email protected]>
Cyril Roelandt <[email protected]>
Mark H. Weaver <[email protected]>
|