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:
Ruby Iris Juric 2025-09-30 22:20:04 +10:00
parent 921fd24635
commit fb345a4f57
Signed by: srxl
SSH key fingerprint: SHA256:zgspAKSFKA6vB30vPBY6QSa/osCDgrr8YASW+mNz13M

View file

@ -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";
};
};