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. ps://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services.scm
AgeCommit message (Expand)Author
2023-08-31gnu: services: Revert to deleting and updating all matching services...Brian Cully
2023-08-20services: Define 'for-home'....Ludovic Courtès
2023-06-06services: Check if service is #f before applying clause....Josselin Poiret
2023-06-06services: 'modify-services' preserves service ordering....Ludovic Courtès
2023-06-02services: Error in MODIFY-SERVICES when services don't exist...Brian Cully
2023-05-16services: Add default values....Andrew Tropin
2023-03-16services: etc-service: Deprecate etc-service procedure....Bruno Victal
2022-08-30services: provenance: Use 'current-channels' to obtain provenance data....Ludovic Courtès
2022-05-29gnu: services: Update setuid service description....Tobias Geerinckx-Rice
2022-05-18services: Make <service-type> 'description' field mandatory....Ludovic Courtès
2022-05-18services: Add more description fields....Ludovic Courtès
2022-03-10services: startup: Add description....Ludovic Courtès