mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02: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:
@@ -2427,7 +2427,6 @@ to handle."
|
||||
(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"))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user