aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-06-22 21:07:24 -0700
committerGravatar Tom Willemse2021-06-22 21:07:24 -0700
commit26d5e92b16ba0b88f6d24eff535821928fd1bcdd (patch)
tree9bbf446c6f82699ea5940cabbf984ea383da1ed9
parent208c6e5940d7a1503679811f4e09e7c9a696b02b (diff)
downloadguix-packages-26d5e92b16ba0b88f6d24eff535821928fd1bcdd.tar.gz
guix-packages-26d5e92b16ba0b88f6d24eff535821928fd1bcdd.zip
Add README with instructions for the channel introduction
-rw-r--r--README.org14
1 files changed, 14 insertions, 0 deletions
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