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