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. 2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/optimise-store.cc
AgeCommit message (Expand)Author
2020-06-25daemon: Correctly handle EMLINK corner case when deduplicating....Ludovic Courtès
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès
2018-12-16daemon: Use unbranded phrases in comments and messages....Ludovic Courtès
2016-12-05daemon: Fix invalid Boost format string....Ludovic Courtès
2016-10-28daemon: Do not error out when deduplication fails due to ENOSPC....Ludovic Courtès