This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
Ludovic Courtès
d9f0a23704
gnu: vm: Rewrite helper functions as monadic functions.
* gnu/system/dmd.scm (host-name-service, nscd-service, mingetty-service,
syslog-service, guix-service, static-networking-service): Rewrite as
monadic functions.
(dmd-configuration-file): Use 'text-file' instead of
'add-text-to-store'.
* gnu/system/grub.scm (grub-configuration-file): Rewrite as a monadic
function.
* gnu/system/linux.scm (pam-services->directory): Likewise.
* gnu/system/shadow.scm (group-file, passwd-file, guix-build-accounts):
Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image,
union, system-qemu-image): Likewise.
|
2013-10-03 23:12:20 +02:00 |
.. |
dmd.scm
|
gnu: vm: Rewrite helper functions as monadic functions.
|
2013-10-03 23:12:20 +02:00 |
grub.scm
|
gnu: vm: Rewrite helper functions as monadic functions.
|
2013-10-03 23:12:20 +02:00 |
linux.scm
|
gnu: vm: Rewrite helper functions as monadic functions.
|
2013-10-03 23:12:20 +02:00 |
shadow.scm
|
gnu: vm: Rewrite helper functions as monadic functions.
|
2013-10-03 23:12:20 +02:00 |
vm.scm
|
gnu: vm: Rewrite helper functions as monadic functions.
|
2013-10-03 23:12:20 +02:00 |