mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
download: Add disarchive.guix.gnu.org.
* guix/download.scm (%disarchive-mirrors): Add disarchive.guix.gnu.org.
This commit is contained in:
parent
37c88eca5c
commit
f9a506aa6a
1 changed files with 2 additions and 1 deletions
|
@ -402,7 +402,8 @@ (define %content-addressed-mirror-file
|
|||
(define %disarchive-mirrors
|
||||
;; TODO: Eventually turn into a procedure that takes a hash algorithm
|
||||
;; (symbol) and hash (bytevector).
|
||||
'("https://disarchive.ngyro.com/"))
|
||||
'("https://disarchive.guix.gnu.org/"
|
||||
"https://disarchive.ngyro.com/"))
|
||||
|
||||
(define %disarchive-mirror-file
|
||||
(plain-file "disarchive-mirrors" (object->string %disarchive-mirrors)))
|
||||
|
|
Loading…
Reference in a new issue