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
1 changed files with 2 additions and 2 deletions
|
@ -393,8 +393,8 @@ (define (guix-publish host)
|
|||
(module-autoload! (current-module)
|
||||
'(guix base16) '(bytevector->base16-string))
|
||||
|
||||
(list (guix-publish "mirror.hydra.gnu.org")
|
||||
(guix-publish "berlin.guixsd.org")
|
||||
(list (guix-publish "ci.guix.gnu.org")
|
||||
(guix-publish "mirror.hydra.gnu.org")
|
||||
(lambda (file algo hash)
|
||||
;; 'tarballs.nixos.org' supports several algorithms.
|
||||
(string-append "https://tarballs.nixos.org/"
|
||||
|
|
Loading…
Reference in a new issue