~whereiseveryone/toys

feat(channels.scm): add sijo guix channel v1 APPLIED

Simen Endsjø: 1
 feat(channels.scm): add sijo guix 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/54949/mbox | git am -3
Learn more about email & git

[PATCH] feat(channels.scm): add sijo guix channel Export this patch

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

diff --git a/channels.scm b/channels.scm
index 30b0500..db84cfa 100644
--- a/channels.scm
+++ b/channels.scm
@@ -598,6 +598,17 @@
               "89e76dbefbb2b1686cd5ca275fb185e9aec72693"
               (openpgp-fingerprint
                "9D54 3ADF 6E90 348C C606  90A9 6279 AEC2 0A95 24EC"))))))
  (toys-box
   (forge "codeberg")
   (channel (channel
             (name 'sijo)
             (url "https://codeberg.org/simendsjo/dotfiles.git")
             (branch "main")
             (introduction
              (make-channel-introduction
               "c352f7331b1722b2ffb964572c7f7fbec585bd2f"
               (openpgp-fingerprint
                "B0F2 D6C5 2936 95FD 57B5  D255 77BC 6345 B65D 6CFB"))))))
  (toys-box
   (forge "cgit")
   (channel %default-guix-channel)))
-- 
2.46.0
Thanks, applied!