This is bavier's personal Guix channel with some work-in-progress packages and maybe some not-upstreamable.
Eric Bavier b3effc3e90 Add rminimax. | 5 달 전 | |
---|---|---|
bavier | 5 달 전 | |
build-aux | 4 년 전 | |
.dir-locals.el | 5 년 전 | |
.gitignore | 4 년 전 | |
LICENSE | 5 년 전 | |
Makefile | 4 년 전 | |
README.md | 5 달 전 |
This is bavier's personal Guix channel with some work-in-progress packages and maybe some not-upstreamable.
Add
(channel
(name 'bavier)
(url "https://notabug.org/bavier/guix-bavier.git"))
to the list of channels in ~/.config/guix/channels.scm
.
If you've not already created such a file, you'll want to create such a file and add the above to the list of default channels:
(cons (channel
(name 'bavier)
(url "https://notabug.org/bavier/guix-bavier.git"))
%default-channels)
For full details, see the "Channels" section in Guix's manual.