guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/11: Add '.guix-channel' file.


From: guix-commits
Subject: 10/11: Add '.guix-channel' file.
Date: Mon, 23 Sep 2019 05:08:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dcc90d15581189dbc30e201db2b807273d6484f0
Author: Ludovic Courtès <address@hidden>
Date:   Sun Sep 15 17:53:13 2019 +0200

    Add '.guix-channel' file.
    
    * .guix-channel: New file.
    * Makefile.am (EXTRA_DIST): Add it.
---
 .guix-channel | 5 +++++
 Makefile.am   | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 0000000..3e618d7
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,5 @@
+;; This is a Guix channel.
+
+(channel
+  (version 0)
+  (news-file "etc/news.scm"))
diff --git a/Makefile.am b/Makefile.am
index 658f03b..3c27d8e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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                             \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]