forked from lix-project/lix
<nix/fetchurl.nix>: Support nix-prefetch-url
This commit is contained in:
parent
818ab58cc6
commit
bbe2811a10
|
@ -33,4 +33,7 @@ derivation {
|
|||
# by definition pure.
|
||||
"http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy"
|
||||
];
|
||||
|
||||
# To make "nix-prefetch-url" work.
|
||||
urls = [ url ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue