1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10: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"))