<nix/fetchurl.nix>: Support nix-prefetch-url

This commit is contained in:
Eelco Dolstra 2016-09-22 15:48:14 +02:00
parent 818ab58cc6
commit bbe2811a10
1 changed files with 3 additions and 0 deletions

View File

@ -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 ];
}