1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
nixpkgs/pkgs/build-support/fetchurl/builder.sh
Eelco Dolstra cdaecff49f * Use Nix 0.8-style fixed outputs.
svn path=/nixpkgs/trunk/; revision=2257
2005-02-21 15:52:37 +00:00

8 lines
119 B
Bash

. $stdenv/setup
header "downloading $out from $url"
curl --fail --location --max-redirs 20 "$url" > "$out"
stopNest