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/gnu/system/pam.scm
AgeCommit message (Expand)Author
2020-05-08services: Add descriptions....Ludovic Courtès
2019-05-09system: pam: Add #:login-uid? parameter to 'unix-pam-service'....Ludovic Courtès
2017-09-22services: Move 'session-environment-service-type' to pam.scm....Ludovic Courtès
2017-05-08system: Allow root to run "su" without password....Ricardo Wurmus