aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2024-01-20 22:49:52 -0500
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2024-01-20 22:49:52 -0500
commita855ea3efd669b7a96c942223f913ca75fb0519f (patch)
treeda18e46949f7463a94ecc7b4bc8164643c5dbfd8 /.guix-channel
parentd33ee8abe9d03b2e8996bd44dfc0bd3b09576c98 (diff)
bugfix: news.scm was being interpreter as a module
see: https://issues.guix.gnu.org/42247
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel4
1 files changed, 2 insertions, 2 deletions
diff --git a/.guix-channel b/.guix-channel
index 8a49025..3f9fcfc 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -1,4 +1,4 @@
(channel
(version 0)
- (news-file "news.scm")
- (url "https://languidnights.com/guix-packages"))
+ (news-file "news.txt")
+ (url "git://languidnights.com/guix-packages"))