mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
<nix/fetchurl.nix>: Support nix-prefetch-url
This commit is contained in:
parent
818ab58cc6
commit
bbe2811a10
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue