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

https://github.com/8dcc/guix-channel

Personal channel for GNU Guix
https://github.com/8dcc/guix-channel

Last synced: 3 months ago
JSON representation

Personal channel for GNU Guix

Awesome Lists containing this project

README

        

#+TITLE: Guix Channel
#+AUTHOR: 8dcc
#+OPTIONS: toc:2
#+STARTUP: nofold

*Personal [[https://guix.gnu.org/manual/devel/en/html_node/Channels.html][channel]] for [[https://guix.gnu.org/][GNU Guix]].*

To use it in your machine, add something like this to
=~/.config/guix/channels.scm=:

#+begin_src scheme
(cons*
(channel
(name 'x8dcc-channel)
(url "https://github.com/8dcc/guix-channel")
(introduction
(make-channel-introduction
"ba5e7eef57c8e4ecc43bf223c7ed9610d18c3d41"
(openpgp-fingerprint
"D44F 386E FF1A 1A2F A405 5E84 228C 1049 6531 7F9A"))))

;; ...

%default-channels)
#+end_src

Don't forget to run =guix pull= after making changes to that file.