summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel6
1 files changed, 5 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 8e7197b..06e659f 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -1,6 +1,10 @@
(channel
(version 0)
- (directory "guix"))
+ (directory "guix")
+ (dependencies
+ (channel
+ (name guix-extra-services)
+ (url "https://labo.planete-kraus.eu/guix-extra-services.git"))))
;; Local Variables:
;; mode: scheme
;; End: