From f25dd50085bb7d76550e092546d92c3bafa5b0f8 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 18 Jul 2022 11:26:51 -0600 Subject: [PATCH] Update doc/builders/fetchers.chapter.md Co-authored-by: Robert Hensing --- doc/builders/fetchers.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md index a0988f3c4f98..ce182b1c264d 100644 --- a/doc/builders/fetchers.chapter.md +++ b/doc/builders/fetchers.chapter.md @@ -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 {