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. 'https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/profiles.scm
AgeCommit message (Expand)Author
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen
2023-10-28profiles: Hooks honor the #:system parameter of ‘profile-derivation’....Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts)....Ludovic Courtès
2022-07-08profiles: Support the creation of profiles with version 3 manifests....Ludovic Courtès
2022-07-01profiles: Do not repeat entries in 'manifest' file....Ludovic Courtès
2022-07-01tests: Augment profile collision test....Ludovic Courtès
2022-05-31gnu: Remove python2-matplotlib....Maxim Cournoyer
2022-02-11tests: Pass #:guile to 'computed-file' & co....Ludovic Courtès