An open API service indexing awesome lists of open source software.

https://github.com/r0man/guix-channel

My GUIX channel
https://github.com/r0man/guix-channel

Last synced: 18 days ago
JSON representation

My GUIX channel

Awesome Lists containing this project

README

          

#+title: My Guix channel

[[https://github.com/r0man/guix-channel/actions/workflows/test.yml][https://github.com/r0man/guix-channel/actions/workflows/test.yml/badge.svg]]

[[https://guix.gnu.org/static/blog/img/gnu-guix-a-frogs-dream.jpg]]

* Usage

Add this channel to =~/.config/guix/channels.scm=

#+begin_src scheme
(cons* (channel
(name 'r0man)
(url "https://github.com/r0man/guix-channel")
(branch "main")
(introduction
(make-channel-introduction
"8eb7a76af9b51b80f5c01f18639e6360833fc377"
(openpgp-fingerprint
"D226 A339 D8DF 4481 5DDE 0CA0 3DDA 5252 7D2A C199"))))
%default-channels)
#+end_src