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. img src='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/shepherd.scm
AgeCommit message (Expand)Author
2020-11-05shepherd: Remove dependency on (guix utils)....Ludovic Courtès
2020-09-21build: shepherd: Check for container support....Mathieu Othacehe
2020-09-02installer: Run the installation inside a container....Mathieu Othacehe
2020-06-12shepherd: 'read-pid-file/container' terminates the whole process group....Ludovic Courtès
2020-06-12shepherd: Unblock signals in the child process....Ludovic Courtès
2019-09-26shepherd: Ensure the log file has correct ownership....Ludovic Courtès
2019-09-26shepherd: 'make-forkexec-constructor/container' keeps the log file....Ludovic Courtès
2019-09-12file-systems: Add /var/run/nscd to '%network-file-mappings'....Ludovic Courtès
2019-05-03shepherd: Include /etc/localtime in service containers....Ludovic Courtès
2018-05-28system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès
2017-11-22shepherd: Include /etc/group in service containers....Ludovic Courtès