Caching external downloads?

Is there a way to get nixos to cache downloads of, for example, the nerdfont downloads?

1 Like

Does nix-prefetch-url work for what you want to do?

Nix doesn’t automatically purge any sources it downloads AFAIK; this would be done by the GC, either automatically as enabled in system configuration, or manually with nix-collect-garbage.

2 Likes