guix

my guix configs
git clone git://git.jakekoroman.com/guix
Log | Files | Refs | README

my-channels.scm (598B)


      1 ;; everything is on codeberg !!
      2 
      3 (list
      4  (channel
      5   (name 'nonguix)
      6   (url "https://codeberg.org/nonguix/nonguix-mirror")
      7   (introduction
      8    (make-channel-introduction
      9     "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
     10     (openpgp-fingerprint
     11      "2A39 3FFF 68F4 EF7A 3D29  12AF 6F51 20A0 22FB B2D5"))))
     12  (channel
     13   (name 'guix)
     14   ;; redirects to codeberg
     15   (url "https://git.guix.gnu.org/guix.git")
     16   (branch "master")
     17   (introduction
     18    (make-channel-introduction
     19     "9edb3f66fd807b096b48283debdcddccfea34bad"
     20     (openpgp-fingerprint
     21      "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))