comment out rust-team channel
This commit is contained in:
parent
60ad57a49b
commit
6cd8d60078
1 changed files with 49 additions and 47 deletions
|
@ -232,53 +232,55 @@
|
|||
)))))))
|
||||
(simple-service 'variant-packages-service
|
||||
home-channels-service-type
|
||||
(list(channel
|
||||
(name 'rust-team)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "rust-team")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
(openpgp-fingerprint
|
||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) (channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
;; Enable signature verification:
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
(openpgp-fingerprint
|
||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||
(channel
|
||||
(name 'guix-science-nonfree)
|
||||
(url "https://codeberg.org/guix-science/guix-science-nonfree.git")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"58661b110325fd5d9b40e6f0177cc486a615817e"
|
||||
(openpgp-fingerprint
|
||||
"CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446"))))
|
||||
(channel
|
||||
(name 'snamguix)
|
||||
(url "https://forge.snamellit.com/pti/snamguix")
|
||||
(branch "main"))
|
||||
(channel
|
||||
(name 'nebula)
|
||||
(url "https://git.sr.ht/~apoorv569/nebula")
|
||||
(branch "master")
|
||||
;; Enable signature verification:
|
||||
(introduction
|
||||
(make-channel-introduction "2f1be757b40f78456220823b71aace5277c5f33d"
|
||||
(openpgp-fingerprint
|
||||
"53B4 8418 D76A 3EF1 1BCC 92A8 4FDB 05CF 5D67 6283"))))
|
||||
(channel
|
||||
(name 'benoitj)
|
||||
(url "https://git.sr.ht/~benoit/my-guix-channel")
|
||||
(branch "main")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"37444eebf69f83f4accaa2c69562209d94f4e57a"
|
||||
(openpgp-fingerprint
|
||||
"C3B6 ED99 DF87 B208 0C79 C8AC F86B 0628 26D4 C20A"))))))
|
||||
(list
|
||||
;; (channel
|
||||
;; (name 'rust-team)
|
||||
;; (url "https://git.savannah.gnu.org/git/guix.git")
|
||||
;; (branch "rust-team")
|
||||
;; (introduction
|
||||
;; (make-channel-introduction
|
||||
;; "9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
;; (openpgp-fingerprint
|
||||
;; "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||
(channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
;; Enable signature verification:
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
(openpgp-fingerprint
|
||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||
(channel
|
||||
(name 'guix-science-nonfree)
|
||||
(url "https://codeberg.org/guix-science/guix-science-nonfree.git")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"58661b110325fd5d9b40e6f0177cc486a615817e"
|
||||
(openpgp-fingerprint
|
||||
"CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446"))))
|
||||
(channel
|
||||
(name 'snamguix)
|
||||
(url "https://forge.snamellit.com/pti/snamguix")
|
||||
(branch "main"))
|
||||
(channel
|
||||
(name 'nebula)
|
||||
(url "https://git.sr.ht/~apoorv569/nebula")
|
||||
(branch "master")
|
||||
;; Enable signature verification:
|
||||
(introduction
|
||||
(make-channel-introduction "2f1be757b40f78456220823b71aace5277c5f33d"
|
||||
(openpgp-fingerprint
|
||||
"53B4 8418 D76A 3EF1 1BCC 92A8 4FDB 05CF 5D67 6283"))))
|
||||
(channel
|
||||
(name 'benoitj)
|
||||
(url "https://git.sr.ht/~benoit/my-guix-channel")
|
||||
(branch "main")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"37444eebf69f83f4accaa2c69562209d94f4e57a"
|
||||
(openpgp-fingerprint
|
||||
"C3B6 ED99 DF87 B208 0C79 C8AC F86B 0628 26D4 C20A"))))))
|
||||
(service home-mcron-service-type)
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue