diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-20 22:49:52 -0500 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-20 22:49:52 -0500 |
commit | a855ea3efd669b7a96c942223f913ca75fb0519f (patch) | |
tree | da18e46949f7463a94ecc7b4bc8164643c5dbfd8 /news.txt | |
parent | d33ee8abe9d03b2e8996bd44dfc0bd3b09576c98 (diff) |
bugfix: news.scm was being interpreter as a module
see: https://issues.guix.gnu.org/42247
Diffstat (limited to 'news.txt')
-rw-r--r-- | news.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/news.txt b/news.txt new file mode 100644 index 0000000..068d40a --- /dev/null +++ b/news.txt @@ -0,0 +1,23 @@ +;;; Copyright 2024 Christopher R. Nelson <christopher.nelson@languidnights.com> + +(channel-news + (version 0) + + (entry (commit "fd51369453074f1d54081e2f0af270743c4db24f") + (title + (en "languidnights Authenticated Updates")) + (body + (en "languidnights' channel can now take advantage of authenticated updates in @command{guix pull}, which lets you know any malware you find here, I personally signed off on. + +To ensure you only get the highest quality unintended consequences, you should update your @file{~/.config/guix/channels.scm} to include the following + +@lisp +(channel + (name \"languidnights\") + (branch \"main\") + (url \"git://languidnights.com/guix-packages\") + (introduction + (make-channel-introduction \"fd51369453074f1d54081e2f0af270743c4db24f\" + (openpgp-fingerprint + \"2C6B 707A FE25 ADA4 3DD5 3E60 A3F4 EBEE 574A D3F9\")))) +@end lisp")))) |