mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
services: docker: Fix service definition.
This is a follow-up to 8422a67dc1.
* gnu/services/docker.scm (docker-service-type): Use a composed list for
packages in profile-service-type.
This commit is contained in:
parent
276ab588a8
commit
a404716d41
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ bundles in Docker containers.")
|
|||
(list
|
||||
;; Make sure the 'docker' command is available.
|
||||
(service-extension profile-service-type
|
||||
(list docker-cli))
|
||||
(compose list docker-cli))
|
||||
(service-extension activation-service-type
|
||||
%docker-activation)
|
||||
(service-extension shepherd-root-service-type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue