aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-12-14 18:15:40 +0000
committerArun Isaac2023-12-14 18:15:40 +0000
commit0d7f9810590890d45732eada77a08a7f4e872ea8 (patch)
tree71a57a44edace350687fa5a4bce67b294f34fa72
parentb72c3103e195b5044ef5f68fdb582656ac1c65f9 (diff)
downloadguix-arunisaac-0d7f9810590890d45732eada77a08a7f4e872ea8.tar.gz
guix-arunisaac-0d7f9810590890d45732eada77a08a7f4e872ea8.tar.lz
guix-arunisaac-0d7f9810590890d45732eada77a08a7f4e872ea8.zip
Advertise channel definition snippet.
* README.md (Using this channel): New section.
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c6d0f4..4be2ac9 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,22 @@
This is a Guix channel with many of my half-baked, work-in-progress or miscellaneous Guix services, packages, and other code snippets. I publish these in the hope they may be of some use to someone out there. Feel free to steal ideas from this channel, but please do not depend on this channel for anything important. I will delete code, move around code, or break interfaces as I please.
+## Using this channel
+
+To use this channel, add the following channel definition to your ~/.config/guix/channels.scm.
+
+```scheme
+(channel
+ (name 'guix-arunisaac)
+ (url "https://git.systemreboot.net/guix-arunisaac")
+ (branch "main")
+ (introduction
+ (make-channel-introduction
+ "b72c3103e195b5044ef5f68fdb582656ac1c65f9"
+ (openpgp-fingerprint
+ "7F73 0343 F2F0 9F3C 77BF 79D3 2E25 EE8B 6180 2BB3"))))
+```
+
## License
guix-arunisaac is free software released under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html), either version 3 of the License, or (at your option) any later version.