Add README with instructions for the channel introduction
This commit is contained in:
parent
208c6e5940
commit
26d5e92b16
1 changed files with 14 additions and 0 deletions
14
README.org
Normal file
14
README.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
#+TITLE: My Guix Packages
|
||||
|
||||
To use this channel (although I don’t see why you would want to) add the following channel to your =channels.scm=:
|
||||
|
||||
#+begin_src scheme
|
||||
(channel
|
||||
(name 'oni)
|
||||
(url "https://git.sr.ht/~ryuslash/guix-packages")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"646573578b7adfbff415645fed201269076cebf6"
|
||||
(openpgp-fingerprint
|
||||
"061C C5C4 D936 C9A8 AECC 1A17 7D5C 407B 4350 25C1"))))
|
||||
#+end_src
|
Loading…
Reference in a new issue