~whereiseveryone/toys

Add little-guix-channel v1 APPLIED

Rodion Goritskov: 1
 Add little-guix-channel

 1 files changed, 10 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~whereiseveryone/toys/patches/53856/mbox | git am -3
Learn more about email & git

[PATCH] Add little-guix-channel Export this patch

---
 channels.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/channels.scm b/channels.scm
index 67c172d..fc1e61a 100644
--- a/channels.scm
+++ b/channels.scm
@@ -565,6 +565,16 @@
              "cb7dbb3911da911e06146d4a7bde372c4b5a4783"
              (openpgp-fingerprint
               "AA52 B3F3 E764 5F95 6BA1 23E2 43D7 A3F7 7931 A85D"))))))
  (toys-box
   (forge "gogs")
   (channel (channel
             (name 'little-guix-channel)
             (url "https://git.goritskov.com/rodion/little-guix-channel.git")
             (introduction
              (make-channel-introduction
               "cfee0a86d4bdc74abcf03c47715a382d7ba93be8"
               (openpgp-fingerprint
		"37F5 3D87 DFB3 EE32 393D  24B2 3A07 1A95 2839 DB19"))))))
  (toys-box
   (forge "cgit")
   (channel %default-guix-channel)))

base-commit: 79ec07565953813fe1b5d7f0b479ecdf929d4635
-- 
2.45.2
Thanks! Applied and pushed