summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2021-04-12 10:39:24 +0200
committerSimon Streit <simon@netpanic.org>2021-04-12 10:39:24 +0200
commit5ccec3e48735d22438971661a5ebe74eb0fdc9c1 (patch)
treed962575a7a89dd51cbbf92b7e09bc533f36ce011 /.guix-channel
parentab4ad4479c61705c66e4bcd1c6a209f254802f5a (diff)
Remove directory declaration in guix-channel.
modified: .guix-channel
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel4
1 files changed, 2 insertions, 2 deletions
diff --git a/.guix-channel b/.guix-channel
index f0e4789..f11a2ad 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -1,5 +1,5 @@
;; -*- mode: scheme; -*-
(channel (version 0)
- (url "https://git.steel-is-real.com/siguix")
- (directory "siguix"))
+ ;; (directory "siguix")
+ (url "https://git.steel-is-real.com/siguix"))