No description
- Scheme 100%
| seres/packages | ||
| .guix-authorizations | ||
| .guix-channel | ||
| LICENSE | ||
| README.md | ||
my guix channel
this channel requires nonguix for some parts
Usage
add this to ~/.config/guix/channels.scm:
(cons* (channel
(name 'seres-channel)
(url "https://git.seres.eu.org/seres/guix-channel.git")
(branch "main")
;; Enable signature verification:
(introduction
(make-channel-introduction
"8bc9c146a49fdf47e0b08c0021460aa7e67444e2"
(openpgp-fingerprint
"09B1 10AC 3B85 FC8D 01EC FCEA 895E 5D53 D48E 0130"))))
%default-channels)