Use <nix/fetchurl.nix> to download the bootstrap tools

This commit is contained in:
Eelco Dolstra
2014-04-20 00:46:22 +02:00
parent c95cea4bfd
commit c49404547b
2 changed files with 1 additions and 22 deletions

View File

@@ -1,8 +0,0 @@
set -e
$ln -s $curl curl.bz2
$bzip2 -d -f curl.bz2
./curl --version
echo "downloading $out from $url"
./curl --fail --location --max-redirs 20 "$url" > "$out"