Cache downloads for builtins.fetchTarball
#381
Opened by aspen at
The fetchTarball
and fetchurl
builtins support caching the downloaded blob outside of the Nix store in the case that they're called without a hash, and then busting that cache on a time basis. Since this functionality doesn't seem load-bearing, I'm implementing fetchTarball
and fetchurl
without this functionality - if they're called without a hash, they just always download the URL fresh. This issue tracks the absence of that functionality.