guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: home-services: shepherd: Add missing exports.


From: guix-commits
Subject: 02/03: home-services: shepherd: Add missing exports.
Date: Mon, 13 Sep 2021 16:01:41 -0400 (EDT)

wigust pushed a commit to branch wip-guix-home
in repository guix.

commit 44ed9ebcc7c7cd4a737278a6b290dbb314455573
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Fri Sep 10 10:41:36 2021 +0300

    home-services: shepherd: Add missing exports.
    
    * gnu/home-services/shepherd.scm: Add missing exports.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/home-services/shepherd.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/home-services/shepherd.scm b/gnu/home-services/shepherd.scm
index b9fd3c3..120cfde 100644
--- a/gnu/home-services/shepherd.scm
+++ b/gnu/home-services/shepherd.scm
@@ -27,6 +27,8 @@
 
   #:use-module (srfi srfi-1)
 
+  #:export (home-shepherd-service-type
+            home-shepherd-configuration)
   #:re-export (shepherd-service
                shepherd-action))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]