Update doc/builders/fetchers.chapter.md

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
main
Cody Hiar 2 years ago committed by GitHub
parent 53ffebbe1f
commit 0444078dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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}

Loading…
Cancel
Save