aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.