channels-current-local-file.scm 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. (list (channel
  2. (name 'guix)
  3. (url "file:///home/oleg/src/git.savannah.gnu.org/git/guix")
  4. (branch "master")
  5. (commit
  6. "8783095d6e11cb7d34b3e04a5d906c34901d507c")
  7. (introduction
  8. (make-channel-introduction
  9. "9edb3f66fd807b096b48283debdcddccfea34bad"
  10. (openpgp-fingerprint
  11. "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
  12. (channel
  13. (name 'guix-wigust)
  14. (url "https://github.com/kitnil/guix-wigust")
  15. (branch "master")
  16. (commit
  17. "83e86a2891dd57f54fc3568d6a56581fabbb02d2"))
  18. (channel
  19. (name 'nonguix)
  20. (url "https://gitlab.com/nonguix/nonguix")
  21. (branch "master")
  22. (commit
  23. "76251fb77136c678e51b56d5ae35a13550d7ef3b")
  24. (introduction
  25. (make-channel-introduction
  26. "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
  27. (openpgp-fingerprint
  28. "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
  29. (channel
  30. (name 'prometheus-shepherd-exporter)
  31. (url "https://gitlab.com/wigust/prometheus-shepherd-exporter")
  32. (branch "master")
  33. (commit
  34. "542ec52c4955c854e770f615148ced99de5e9fec")))