mirror of
https://github.com/NixOS/nix.git
synced 2025-12-05 16:41:01 +01:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#! @shell@ -e
|
|
|
|
echo "downloading $url into $out"
|
|
|
|
$curl --fail --location --max-redirs 20 "$url" > "$out"
|