summaryrefslogtreecommitdiff
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
parentdabdd7d4650da685a9bfe470abbc2ec066ff00b9 (diff)
Add '.guix-channel' file.
* .guix-channel: New file. * Makefile.am (EXTRA_DIST): Add it.
-rw-r--r--.guix-channel5
-rw-r--r--Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 00000000000..3e618d79f87
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,5 @@
1;; This is a Guix channel.
2
3(channel
4 (version 0)
5 (news-file "etc/news.scm"))
diff --git a/Makefile.am b/Makefile.am
index 658f03bd549..3c27d8ee10e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -533,6 +533,7 @@ EXTRA_DIST += \
533 TODO \ 533 TODO \
534 CODE-OF-CONDUCT \ 534 CODE-OF-CONDUCT \
535 .dir-locals.el \ 535 .dir-locals.el \
536 .guix-channel \
536 scripts/guix.in \ 537 scripts/guix.in \
537 etc/guix-install.sh \ 538 etc/guix-install.sh \
538 build-aux/build-self.scm \ 539 build-aux/build-self.scm \