No description
Find a file
2026-02-26 15:54:19 +01:00
seres/packages element-desktop-nightly: updated to 2026022501 2026-02-26 15:54:19 +01:00
.guix-authorizations huh? 2026-02-21 12:11:27 +01:00
.guix-channel added .git to the url in .guix-channel 2026-02-23 02:59:30 +01:00
LICENSE init 2026-02-20 19:51:18 +01:00
README.md because it's never that easy 2026-02-21 12:14:18 +01:00

my guix channel

this channel requires nonguix for some parts

Usage

add this to ~/.config/guix/channels.scm:

(cons* (channel
        (name 'seres-channel)
        (url "https://git.seres.eu.org/seres/guix-channel.git")
        (branch "main")
        ;; Enable signature verification:
        (introduction
         (make-channel-introduction
          "8bc9c146a49fdf47e0b08c0021460aa7e67444e2"
          (openpgp-fingerprint
           "09B1 10AC 3B85 FC8D 01EC  FCEA 895E 5D53 D48E 0130"))))
       %default-channels)