From 0444078dabdef0a4fdb64e9a607cf48a431c598c Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 2 Aug 2022 10:50:22 -0600 Subject: [PATCH] Update doc/builders/fetchers.chapter.md Co-authored-by: Valentin Gagarin --- 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 e97d6342461f..e52d01cbb8eb 100644 --- a/doc/builders/fetchers.chapter.md +++ b/doc/builders/fetchers.chapter.md @@ -34,7 +34,7 @@ fetchurl { Hash mismatches generate an error message containing the correct sha256. -A similar problem arises while testing changes to a fetcher's implementation. If the output of the derivation already exists in the nix store or cache, test failures can go undetected. The [`invalidateFetcherByDrvHash`](#tester-invalidateFetcherByDrvHash) function helps prevent reusing cached derivations. +A similar problem arises while testing changes to a fetcher's implementation. If the output of the derivation already exists in the Nix store, test failures can go undetected. The [`invalidateFetcherByDrvHash`](#tester-invalidateFetcherByDrvHash) function helps prevent reusing cached derivations. ## `fetchurl` and `fetchzip` {#fetchurl}