diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-20 22:10:35 -0500 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-20 22:10:35 -0500 |
commit | d2e6e2cefc2a78cb6ee7d8c17243358fb7ffeb44 (patch) | |
tree | d49848389363f24f995c7081d08513430eaff309 /news.scm | |
parent | d4c375110245c4c074bb6a853c179f3ff79c4df9 (diff) |
doc: include update on channel signatures
Diffstat (limited to 'news.scm')
-rw-r--r-- | news.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/news.scm b/news.scm new file mode 100644 index 0000000..9a46d40 --- /dev/null +++ b/news.scm @@ -0,0 +1,20 @@ +(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\") + (url \"https://languidnights.com/guix-packages\") + (introduction + (make-channel-introduction \"fd51369453074f1d54081e2f0af270743c4db24f\" + (openpgp-fingerprint + \"2C6B 707A FE25 ADA4 3DD5 3E60 A3F4 EBEE 574A D3F9\")))) +@end lisp")))) |