1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

fetchurl: build the mirror list locally

This commit is contained in:
Vladimír Čunát 2015-02-22 19:26:05 +01:00
parent e5d8e23b7b
commit 105154afed

View file

@ -13,6 +13,7 @@ let
stdenv.mkDerivation ({
name = "mirrors-list";
builder = ./write-mirror-list.sh;
preferLocalBuilding = true;
} // mirrors);
# Names of the master sites that are mirrored (i.e., "sourceforge",