From 26d5e92b16ba0b88f6d24eff535821928fd1bcdd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 22 Jun 2021 21:07:24 -0700 Subject: Add README with instructions for the channel introduction --- README.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..8137d4a --- /dev/null +++ b/README.org @@ -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 -- cgit v1.2.3-54-g00ecf