mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
<nix/fetchurl.nix>: Support nix-prefetch-url
This commit is contained in:
parent
818ab58cc6
commit
bbe2811a10
@ -33,4 +33,7 @@ derivation {
|
|||||||
# by definition pure.
|
# by definition pure.
|
||||||
"http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy"
|
"http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# To make "nix-prefetch-url" work.
|
||||||
|
urls = [ url ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user