summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-09-15 17:53:13 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-23 10:41:30 +0200
commitdcc90d15581189dbc30e201db2b807273d6484f0 (patch)
treede89c644cff19b95164bc8c90f5a9bde5f17a262 /.guix-channel
parentdabdd7d4650da685a9bfe470abbc2ec066ff00b9 (diff)
downloadpatches-dcc90d15581189dbc30e201db2b807273d6484f0.tar
patches-dcc90d15581189dbc30e201db2b807273d6484f0.tar.gz
Add '.guix-channel' file.
* .guix-channel: New file. * Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel5
1 files changed, 5 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 0000000000..3e618d79f8
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,5 @@
+;; This is a Guix channel.
+
+(channel
+ (version 0)
+ (news-file "etc/news.scm"))