This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
2
[PATCH] Add fnat channel
---
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!
On 2024-10-10, 22:55 +0600, unwox <me@unwox.com> wrote:
> Thanks for the contribution!
Thank *you*! Have a lovely day, cheers, Fabio.