aboutsummaryrefslogtreecommitdiff
path: root/tests/test.drv
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.drv')
0 files changed, 0 insertions, 0 deletions
c9f'>system: Add (gnu system mapped-devices).Ludovic Courtès * gnu/system/file-systems.scm (<mapped-device>, <mapped-device-type>): Move to... * gnu/system/mapped-devices.scm: ... here. New file. * gnu/system.scm, gnu/services/base.scm, gnu/system/linux-initrd.scm: Use it. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it. 2015-11-03system: Rename (gnu system linux) to (gnu system pam).Ludovic Courtès * gnu/system/linux.scm: Rename to... * gnu/system/pam.scm: ... this. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu.scm, gnu/services/base.scm, gnu/services/desktop.scm, gnu/services/networking.scm, gnu/services/ssh.scm, gnu/services/xorg.scm, gnu/system.scm, gnu/system/vm.scm: Likewise. 2015-02-04system: Add bindings to configure libc's NSS.Ludovic Courtès * gnu/system/nss.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it. * gnu/system.scm (<operating-system>)[name-service-switch]: New field. (etc-directory): Add #:nss parameter and honor it. (operating-system-etc-directory): Adjust call accordingly. * doc/guix.texi (operating-system Reference): Document 'name-service-switch'. (Name Service Switch): New section. 2015-01-22gnu: Add convenience macros to make module imports more concise.Joshua S. Grant * gnu.scm (use-package-modules, use-service-modules, use-system-modules): New macros. 2014-09-09Have (gnu) re-export (guix gexp).Ludovic Courtès * gnu.scm (%public-modules): Add '(guix gexp)'.