mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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 @@
|
|||
(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