Add '.guix-channel' file.

* .guix-channel: New file.
* Makefile.am (EXTRA_DIST): Add it.
master
Ludovic Courtès 2019-09-15 17:53:13 +02:00
parent dabdd7d465
commit dcc90d1558
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 6 additions and 0 deletions

5
.guix-channel Normal file
View File

@ -0,0 +1,5 @@
;; This is a Guix channel.
(channel
(version 0)
(news-file "etc/news.scm"))

View File

@ -533,6 +533,7 @@ EXTRA_DIST += \
TODO \
CODE-OF-CONDUCT \
.dir-locals.el \
.guix-channel \
scripts/guix.in \
etc/guix-install.sh \
build-aux/build-self.scm \