guixsd-config

GuixSD configs for my systems
Log | Files | Refs

channels.scm (876B)


      1 (list (channel
      2         (name 'epistemia)
      3         (url "https://git.vineetk.net/guix-epistemia"))
      4       (channel
      5         (name 'nonguix)
      6         (url "https://git.vineetk.net/nonguix")
      7         (branch "master")
      8         (commit
      9          "5f2630e69fbbe9e79c350a67545f0fef7e93e223")
     10         (introduction
     11          (make-channel-introduction
     12           "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
     13           (openpgp-fingerprint
     14            "2A39 3FFF 68F4 EF7A 3D29  12AF 6F51 20A0 22FB B2D5"))))
     15       (channel
     16         (name 'guix)
     17         (url "https://git.vineetk.net/guix")
     18         (branch "master")
     19         (commit
     20          "1cb130bda255f1c029754dda4743906ef66fbb52")
     21         (introduction
     22          (make-channel-introduction
     23           "9edb3f66fd807b096b48283debdcddccfea34bad"
     24           (openpgp-fingerprint
     25            "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))