29 lines
1.1 KiB
Org Mode
29 lines
1.1 KiB
Org Mode
#+TITLE: rekahsoft-guix
|
|
#+AUTHOR: Collin J. Doering
|
|
|
|
#+begin_export html
|
|
<p><a href="https://guix-ci.home.rekahsoft.ca/jobset/rekahsoft-guix"><img src="https://guix-ci.home.rekahsoft.ca/jobset/rekahsoft-guix/badge.svg?type=0" alt="Cuirass Status"></a></p>
|
|
#+end_export
|
|
|
|
#+begin_abstract
|
|
This channel ([[https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix.git][rekahsoft-guix]]), is a personal channel that is meant as a
|
|
staging ground for changes I plan on making upstream to guix. However, there
|
|
may be packages that may never be contributed due to technical or ideological
|
|
reasons; in the later case, packages will be submitted upstream to the [[https://gitlab.com/nonguix/nonguix][nonguix]]
|
|
channel.
|
|
#+end_abstract
|
|
|
|
To use this channel, add the rekahsoft-guix channel to your channels file and
|
|
update using ~guix pull~.
|
|
|
|
#+begin_src scheme
|
|
(channel
|
|
(name 'rekahsoft-guix)
|
|
(url "https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix")
|
|
(introduction
|
|
(make-channel-introduction
|
|
"34b5f938ad7404d980b20f0c896913c5ee597b2a"
|
|
(openpgp-fingerprint
|
|
"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022"))))
|
|
#+end_src
|