~gagbo/guix-channel

Personal GNU Guix channel
d4590313 — Gerry Agbobada 1 year, 11 months ago
Update emacs-lsp fork
1f0af739 — Gerry Agbobada 1 year, 11 months ago
Point back to official fork
c0979f6b — Gerry Agbobada 2 years ago
Fix package recipe

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~gagbo/guix-channel
read/write
git@git.sr.ht:~gagbo/guix-channel

You can also use your local clone with git send-email.

#Personal Guix channel

Note

I lost the first key I used to sign commits, so the channel introduction has been modified.

To import it, use

;; In ~/.config/guix/channels
(cons* (channel
        (name 'gagbo)
        (url "https://git.sr.ht/~gagbo/guix-channel")
        (branch "main")
        (introduction
         (make-channel-introduction
          "a541140d767987909881094725903bca8ebd6410"
          (openpgp-fingerprint
           "3B9E CFDB 806B 65C0 DE68  E044 7EB3 0AF8 BE2A EF14"))))
       %default-channels)