A Guix channel.
Clone this repository and load its modules using Guix's load-path.
For example, to install flipped-cat
, you could do the following:
git clone https://github.com/nairobilug/bingwa-wa-ufundi.git
cd bingwa-wa-ufundi
guix install -L . flipped-cat
Add this channel to your list of guix channels located at $HOME/.config/guix/channels.scm
.
(append
(list
(channel
(name 'bingwa-wa-ufundi)
(url "https://github.com/nairobilug/bingwa-wa-ufundi")
(introduction
(make-channel-introduction
"7c67c3a9f299517bfc4ce8235628657898dd26b2"
(openpgp-fingerprint
"CD2D 5EAA A98C CB37 DA91 D6B0 5F58 1664 7F8B E551")))))
%default-channels)
Run guix pull
to sync the channel's modules with your store.
This repository forked from Guixmart