aboutsummaryrefslogtreecommitdiff
path: root/news.txt
blob: 068d40a4730ba6df93d4df6d40d00a8a1b5dbdd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"))))