mirror of
https://github.com/NixOS/nix.git
synced 2025-12-03 07:31:00 +01:00
3 lines
91 B
Bash
3 lines
91 B
Bash
echo "downloading $url into $out"
|
|
|
|
$curl --fail --location --max-redirs 20 "$url" > "$out"
|