Update doc/builders/fetchers.chapter.md

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Cody Hiar 2022-07-18 11:26:51 -06:00 committed by GitHub
parent 6a9987a095
commit f25dd50085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ Nixpkgs provides fetchers for different protocols and services. Fetchers are fun
## Caveats
Fetchers create [_fixed output derivations_](https://nixos.org/manual/nix/stable/#fixed-output-drvs) from downloaded files. Later, Nix can reuse the downloaded files via their hash. While the caching improves performance, it can lead to some confusion. For example, consider the following fetcher:
Fetchers create [_fixed output derivations_](https://nixos.org/manual/nix/stable/#fixed-output-drvs) that downloaded files. Later, Nix can reuse the downloaded files via their hash. While the caching improves performance, it can lead to some confusion. For example, consider the following fetcher:
```nix
fetchurl {