1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

Add '.guix-channel' file.

* .guix-channel: New file.
* Makefile.am (EXTRA_DIST): Add it.
This commit is contained in:
Ludovic Courtès
2019-09-15 17:53:13 +02:00
parent dabdd7d465
commit dcc90d1558
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 \ TODO \
CODE-OF-CONDUCT \ CODE-OF-CONDUCT \
.dir-locals.el \ .dir-locals.el \
.guix-channel \
scripts/guix.in \ scripts/guix.in \
etc/guix-install.sh \ etc/guix-install.sh \
build-aux/build-self.scm \ build-aux/build-self.scm \