me
/
guix
Archived
1
0
Fork 0

home-services: shepherd: Add missing exports.

* gnu/home-services/shepherd.scm: Add missing exports.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Andrew Tropin 2021-09-10 10:41:36 +03:00 committed by Oleg Pykhalov
parent bac597cc96
commit 44ed9ebcc7
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#:use-module (srfi srfi-1)
#:export (home-shepherd-service-type
home-shepherd-configuration)
#:re-export (shepherd-service
shepherd-action))