diff options
-rw-r--r-- | guix/download.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/download.scm b/guix/download.scm index ff0bef3c1f..67c55aff33 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -202,7 +202,8 @@ (debian "http://ftp.de.debian.org/debian/" "http://ftp.fr.debian.org/debian/" - "http://ftp.debian.org/debian/")))) + "http://ftp.debian.org/debian/" + "http://archive.debian.org/debian/")))) (define %mirror-file ;; Copy of the list of mirrors to a file. This allows us to keep a single |