mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
services: Fix typo.
This is a follow-up to 3b38bf141a
.
* gnu/services/base.scm (%base-services): Remove duplicated line.
This commit is contained in:
parent
3b38bf141a
commit
e15f55208f
1 changed files with 0 additions and 1 deletions
|
@ -2427,7 +2427,6 @@ (define %base-services
|
|||
(service special-files-service-type
|
||||
`(("/bin/sh" ,(file-append (canonical-package bash)
|
||||
"/bin/sh"))
|
||||
"/bin/sh"))
|
||||
("/usr/bin/env" ,(file-append (canonical-package coreutils)
|
||||
"/usr/bin/env"))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue