From 0d7f9810590890d45732eada77a08a7f4e872ea8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 14 Dec 2023 18:15:40 +0000 Subject: Advertise channel definition snippet. * README.md (Using this channel): New section. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3