[PATCH] Add umanwizard/guix-tailscale channel
Export this patch
---
channels.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/channels.scm b/channels.scm
index db84cfa..a350b85 100644
--- a/channels.scm
+++ b/channels.scm
@@ -52,6 +52,17 @@
(name 'rust-next)
(url "https://github.com/umanwizard/guix-rust-next")
(branch "master"))))
+ (toys-box
+ (forge "github")
+ (channel (channel
+ (name 'tailscale)
+ (url "https://github.com/umanwizard/guix-tailscale")
+ (branch "main")
+ (introduction
+ (make-channel-introduction
+ "c72e15e84c4a9d199303aa40a81a95939db0cfee"
+ (openpgp-fingerprint
+ "9E53 FC33 B832 8C74 5E7B 31F7 0226 C10D 7877 B741"))))))
(toys-box
(forge "github")
(channel (channel
--
2.46.0