---
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!