enable rust-team branch
This commit is contained in:
parent
63df211e4c
commit
2c16176abf
1 changed files with 10 additions and 18 deletions
|
@ -235,15 +235,16 @@
|
||||||
(simple-service 'variant-packages-service
|
(simple-service 'variant-packages-service
|
||||||
home-channels-service-type
|
home-channels-service-type
|
||||||
(list
|
(list
|
||||||
;; (channel
|
|
||||||
;; (name 'rust-team)
|
(channel
|
||||||
;; (url "https://git.savannah.gnu.org/git/guix.git")
|
(name 'rust-team)
|
||||||
;; (branch "rust-team")
|
(url %default-channel-url)
|
||||||
;; (introduction
|
(branch "rust-team")
|
||||||
;; (make-channel-introduction
|
(introduction
|
||||||
;; "9edb3f66fd807b096b48283debdcddccfea34bad"
|
(make-channel-introduction
|
||||||
;; (openpgp-fingerprint
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
;; "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
(openpgp-fingerprint
|
||||||
|
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||||
(channel
|
(channel
|
||||||
(name 'nonguix)
|
(name 'nonguix)
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://gitlab.com/nonguix/nonguix")
|
||||||
|
@ -266,15 +267,6 @@
|
||||||
(url "https://forge.snamellit.com/pti/snamguix")
|
(url "https://forge.snamellit.com/pti/snamguix")
|
||||||
(branch "main"))
|
(branch "main"))
|
||||||
|
|
||||||
;; (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)
|
(service home-mcron-service-type)
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue