aboutsummaryrefslogtreecommitdiff
GNU Guix 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.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
+0200'>2019-06-07installer: Install xterm alongside ratpoison....Ludovic Courtès 2019-06-07installer: Install companion packages alongside i3....Ludovic Courtès 2019-05-03installer: Ensure 'packages' field is a superset of '%base-packages'....Ludovic Courtès 2019-04-28installer: Add 'nss-certs' to the networking services....Ludovic Courtès 2019-04-28installer: Recommended services are pre-selected....Ludovic Courtès 2019-04-17installer: Desktop environment page now includes window managers....Ludovic Courtès 2019-04-14installer: Fix snippet for the DHCP client....Ludovic Courtès 2019-04-14installer: Add wpa-supplicant along with NetworkManager and Connman....Ludovic Courtès 2019-04-08installer: Use 'append' and 'list' instead of 'cons*'....Ludovic Courtès 2019-04-08installer: Generate 'set-xorg-configuration' snippet....Ludovic Courtès 2019-04-08installer: Xfce service uses the 'service' form....Ludovic Courtès 2019-04-07installer: Internationalize service "names"....Ludovic Courtès 2019-04-07installer: Offer NM, Connman, and DHCP to non-desktop installs....Ludovic Courtès 2019-04-07installer: Add dialog to select networking services....Ludovic Courtès 2019-04-07installer: Generalize desktop environments to system services....Ludovic Courtès 2019-03-27services: Deprecate 'xfce-desktop-service'....Ludovic Courtès 2019-03-27services: Deprecate 'gnome-desktop-service'....Ludovic Courtès 2019-03-27installer: Use the (service …) form for MATE....Ludovic Courtès 2019-01-17installer: Add services page....Mathieu Othacehe