diff --git a/snamellit/common.scm b/snamellit/common.scm index 7586193..6365e21 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -235,15 +235,16 @@ (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 'rust-team) + (url %default-channel-url) + (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") @@ -266,15 +267,6 @@ (url "https://forge.snamellit.com/pti/snamguix") (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) ))