diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-01-27 15:40:29 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-01-27 15:48:35 +0100 |
commit | 9a8b9eb8de74280dae0997c4449501f9f2720d30 (patch) | |
tree | d6ef63115d5358f2b591077026cf1ed705ed1cea /gnu/system.scm | |
parent | c273d81bfa560076414e7e221505f25c91232860 (diff) | |
download | patches-9a8b9eb8de74280dae0997c4449501f9f2720d30.tar patches-9a8b9eb8de74280dae0997c4449501f9f2720d30.tar.gz |
services: guix: Provide Guix via 'profile-service-type'.
* gnu/services/base.scm (guix-service-type): Extend
PROFILE-SERVICE-TYPE.
* gnu/system.scm (%base-packages): Remove GUIX.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 4072e317e9..024518445d 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -353,7 +353,6 @@ explicitly appear in OS." ;; Default set of packages globally visible. It should include anything ;; required for basic administrator tasks. (cons* procps psmisc which less zile nano - guix lsof ;for Guix's 'list-runtime-roots' pciutils usbutils util-linux inetutils isc-dhcp |