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
- Host: GitHub
- URL: https://github.com/r0man/guix-channel
- Owner: r0man
- Created: 2022-01-30T12:25:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:25:24.000Z (11 months ago)
- Last Synced: 2025-03-01T12:24:14.997Z (11 months ago)
- Language: Scheme
- Size: 335 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
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