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. /git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system.scm
AgeCommit message (Expand)Author
2020-07-29system: 'operating-system-with-provenance' uses the OS location info....Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics)....Ludovic Courtès
2020-07-15system: 'operating-system-root-file-system' raises upon missing root....Ludovic Courtès
2020-07-15system: Add 'location' field to <operating-system>....Ludovic Courtès
2020-07-05system: Do not use "hurd-target?"....Mathieu Othacehe
2020-07-03services: system-service-type: Add entries support for the Hurd....Jan (janneke) Nieuwenhuizen
2020-07-03system: 'read-boot-parameters' allow initrd to be missing....Jan (janneke) Nieuwenhuizen
2020-07-03system: 'read-boot-parameters' bugfix for multiboot....Jan (janneke) Nieuwenhuizen