~whereiseveryone/toys

Fabio Natali: 1
 Add fnat channel

 1 files changed, 11 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/55414/mbox | git am -3
Learn more about email & git

[PATCH] Add fnat channel Export this patch

---
Hey! This is to add my personal Guix channel to toys. I hope the patch looks
fine. Thanks for the toys project and for considering this patch. Best, Fabio.

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

diff --git a/channels.scm b/channels.scm
index f68878b..12cc256 100644
--- a/channels.scm
+++ b/channels.scm
@@ -638,6 +638,17 @@
             (name 'lguix-channel)
             (url "https://codeberg.org/lgatto/lguix-channel")
             (branch "main"))))
  (toys-box
   (forge "sourcehut")
   (channel (channel
             (name 'fnat)
             (url "https://git.sr.ht/~fabionatali/guix-fnat")
             (branch "main")
             (introduction
              (make-channel-introduction
               "d514c962015bc4ef48c7bf27dcb0a890702e0750"
               (openpgp-fingerprint
                "03FC BBEF CB3A 0FB2 A5D0  66FB 7D1D 5AF9 427D BEDC"))))))
  (toys-box
   (forge "cgit")
   (channel %default-guix-channel)))

base-commit: 71515c6ae586b31c1944838374e33028fb320fed
-- 
2.46.0
Hi! It seems ~jgart has already applied your patch so I'll just mark
this thread correspondingly. Thanks for the contribution!