gnu: Refactor boot-service-type and activation-service-type.
authorChris Marusich <cmmarusich@gmail.com>
Thu, 29 Mar 2018 06:33:13 +0000 (08:33 +0200)
committerChris Marusich <cmmarusich@gmail.com>
Thu, 29 Mar 2018 06:38:49 +0000 (08:38 +0200)
commit7874e9e047219cce5ae339e57cd76f158bc19f63
tree8cc0d8a762b043c8601238390ac2b5a73e6c014c
parent881c61d06222a30dbffbf9d039eaca2abd3d22b3
gnu: Refactor boot-service-type and activation-service-type.

* gnu/services.scm (boot-service-type) <compose>: Use the "identity"
  procedure instead of the "append" procedure because it more accurately
  reflects the intent, which is to simply return the single list of
  extensions to which fold-services applies the "compose" procedure.
  (activation-service-type) <compose>: Likewise.
gnu/services.scm