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
- Host: GitHub
- URL: https://github.com/8dcc/guix-channel
- Owner: 8dcc
- License: gpl-3.0
- Created: 2024-11-22T19:35:14.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T11:48:17.000Z (4 months ago)
- Last Synced: 2025-03-29T05:43:56.677Z (3 months ago)
- Language: Scheme
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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_srcDon't forget to run =guix pull= after making changes to that file.