rekahsoft-guix/news.txt

26 lines
1012 B
Plaintext

(channel-news
(version 0)
(entry (commit "1ac29b33f3ca19134fcbedd6dc22deb45c15229f")
(title (en "Nonguix authenticated updates"))
(body
(en "This is a personal channel that is meant as a staging ground
for changes I plan on making upstream to guix, however there may be packages
that may never be contributed due to technical or ideological reasons.
This channel can now take advantage of the new support for
authenticated updates in @command{guix pull}, which protects you from attempts
to tamper with this repository and ship malicious code instead.
To ensure you only receive genuine updates from rekahsoft-guix, you should update your
@file{~/.config/guix/channels.scm} to include the channel introduction:
@lisp
(channel
(name 'rekahsoft-guix)
(url \"https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix\")
(introduction
(make-channel-introduction
\"<TODO:commit-sha>\"
(openpgp-fingerprint
\"F7BD DC6D BBE6 B16B 2C71 1A02 5FAB 9938 E05B FEC8\"))))
@end lisp "))))