Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | system: Initialize $PATH before starting dmd services. | Ludovic Courtès | 2014-04-09 |
| | | | | | * gnu/services/dmd.scm (dmd-configuration-file): Call 'setenv' before starting services. | ||
* | gnu: guix: Upgrade to 0.6. | Ludovic Courtès | 2014-04-09 |
| | | | | | | | * gnu/packages/package-management.scm (guix): Upgrade to 0.6. * gnu/services/dmd.scm (dmd-configuration-file): Change /var/nix to /var/guix. * gnu/system/vm.scm (operating-system-default-contents): Likewise. | ||
* | gnu: Introduce the (gnu services ...) modules. | Ludovic Courtès | 2014-02-19 |
* gnu/system/dmd.scm: Remove file. Move contents to... * gnu/services.scm, gnu/services/base.scm, gnu/services/dmd.scm, gnu/services/networking.scm, gnu/services/xorg.scm: ... here. New files. * gnu/system.scm, gnu/system/vm.scm: Adjust accordingly. * guix/scripts/system.scm (%user-module): Likewise. * doc/guix.texi (Using the Configuration System): Likewise. (Defining Services): Likewise. |