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:
parent
e5d8e23b7b
commit
105154afed
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue