refactor: use ftpmirror.gnu.org for gnu packages
ftp.gnu.org is very, *very* slow. ftpmirror.gnu.org will instead download from a mirror of the GNU server, which is almost always much faster.
This commit is contained in:
parent
921fd24635
commit
fb345a4f57
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
options.aux.mirrors = {
|
||||
gnu = lib.options.create {
|
||||
type = lib.types.string;
|
||||
default.value = "https://ftp.gnu.org/gnu";
|
||||
default.value = "https://ftpmirror.gnu.org/gnu";
|
||||
description = "The GNU mirror to use";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue