Upload files to "/"

main
Berkeley 2024-02-19 01:04:25 +00:00
parent a445786a2f
commit 2bfb768552
1 changed files with 22 additions and 51 deletions

View File

@ -1,52 +1,23 @@
(use-modules (use-modules (guix ci))
(guix ci))
( (list (channel-with-substitutes-available
list %default-guix-channel "https://ci.guix.gnu.org")
(channel-with-substitutes-available (channel
%default-guix-channel "https://ci.guix.gnu.org") (name 'guix)
(channel (url "https://git.savannah.gnu.org/git/guix.git")
(name 'guix) (introduction
(url "https://git.savannah.gnu.org/git/guix.git") (make-channel-introduction
(introduction "9edb3f66fd807b096b48283debdcddccfea34bad"
(make-channel-introduction (openpgp-fingerprint
"9edb3f66fd807b096b48283debdcddccfea34bad" "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(openpgp-fingerprint (channel
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) (name 'nonguix)
(channel (url "https://gitlab.com/nonguix/nonguix")
(name 'nonguix) (introduction
(url "https://gitlab.com/nonguix/nonguix") (make-channel-introduction
(introduction "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(make-channel-introduction (openpgp-fingerprint
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(openpgp-fingerprint (channel
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) (name 'sklv)
(channel (url "https://git.sr.ht/~sokolov/channel")))
(name 'sklv)
(url "https://git.sr.ht/~sokolov/channel"))
;; ~/.config/guix/channels.scm
(channel
(name 'guixcn)
(url "https://github.com/guixcn/guix-channel.git")
(introduction
(make-channel-introduction
"993d200265630e9c408028a022f32f34acacdf29"
(openpgp-fingerprint
"7EBE A494 60CE 5E2C 0875 7FDB 3B5A A993 E1A2 DFF0"))))
(channel
(name 'rrr)
(url "https://git.sr.ht/~akagi/rrr")
(introduction
(make-channel-introduction
"794d6e5eb362bfcf81ada12b6a49a0cd55c8e031"
(openpgp-fingerprint
"FF72 877C 4F21 FC4D 467D 20C4 DCCB 5255 2098 B6C1"))))
(channel
(name 'rde)
(url "https://git.sr.ht/~abcdw/rde")
(introduction
(make-channel-introduction
"257cebd587b66e4d865b3537a9a88cccd7107c95"
(openpgp-fingerprint
"2841 9AC6 5038 7440 C7E9 2FFA 2208 D209 58C1 DEB0")))))