fetchurl: fix typo from 105154afed pushed today
This commit is contained in:
parent
f898ca1a2e
commit
c00d36f6c1
@ -13,7 +13,7 @@ let
|
|||||||
stdenv.mkDerivation ({
|
stdenv.mkDerivation ({
|
||||||
name = "mirrors-list";
|
name = "mirrors-list";
|
||||||
builder = ./write-mirror-list.sh;
|
builder = ./write-mirror-list.sh;
|
||||||
preferLocalBuilding = true;
|
preferLocalBuild = true;
|
||||||
} // mirrors);
|
} // mirrors);
|
||||||
|
|
||||||
# Names of the master sites that are mirrored (i.e., "sourceforge",
|
# Names of the master sites that are mirrored (i.e., "sourceforge",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user