README.org: Added README

This commit is contained in:
Collin J. Doering 2023-03-26 21:00:50 -04:00
parent 40dd393800
commit da0b888bbf
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 28 additions and 0 deletions

28
README.org Normal file
View File

@ -0,0 +1,28 @@
#+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