This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2025-02-07 02:37:17 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a2865f6b3d
nix-super
/
corepkgs
/
fetchurl.sh
4 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
Resurrect old corepkgs fetchurl
2012-07-08 10:19:17 -04:00
echo
"
downloading
$url
into
$out
"
corepkgs/fetchurl.sh: Use config.nix's curl
2012-07-08 10:32:12 -04:00
$curl
--fail --location --max-redirs
20
"
$url
"
>
"
$out
"
Reference in a new issue
Copy permalink