download: Update list of content-addressed mirrors.
* guix/download.scm (%content-addressed-mirrors): Change "berlin.guixsd.org" to "ci.guix.gnu.org" and move it first.
This commit is contained in:
parent
aec9bb8793
commit
883dc11c3a
|
@ -393,8 +393,8 @@
|
||||||
(module-autoload! (current-module)
|
(module-autoload! (current-module)
|
||||||
'(guix base16) '(bytevector->base16-string))
|
'(guix base16) '(bytevector->base16-string))
|
||||||
|
|
||||||
(list (guix-publish "mirror.hydra.gnu.org")
|
(list (guix-publish "ci.guix.gnu.org")
|
||||||
(guix-publish "berlin.guixsd.org")
|
(guix-publish "mirror.hydra.gnu.org")
|
||||||
(lambda (file algo hash)
|
(lambda (file algo hash)
|
||||||
;; 'tarballs.nixos.org' supports several algorithms.
|
;; 'tarballs.nixos.org' supports several algorithms.
|
||||||
(string-append "https://tarballs.nixos.org/"
|
(string-append "https://tarballs.nixos.org/"
|
||||||
|
|
Loading…
Reference in New Issue