forked from auxolotl/foundation
refactor: use ftpmirror.gnu.org for gnu packages (#8)
https://ftp.gnu.org is very, *very* slow. From the [GNU downloads page](https://www.gnu.org/prep/ftp.en.html): > [...]please try to use one of the many mirrors of our site listed below: the mirrors will give you faster response. [...] You can use the generic URLs https://ftpmirror.gnu.org and http://ftpmirror.gnu.org to automatically choose a nearby and up-to-date mirror. Indeed, in my experience the mirrors are much faster. I don't see a reason we shouldn't default to them personally, so I've changed the default here. Also see: auxolotl/labs#26 Reviewed-on: auxolotl/foundation#8 Co-authored-by: Ruby Iris Juric <ruby@srxl.me> Co-committed-by: Ruby Iris Juric <ruby@srxl.me>
This commit is contained in:
parent
deb8e03cb2
commit
9a32c3d132
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