Update doc/builders/fetchers.chapter.md

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
Cody Hiar
2022-08-02 10:50:05 -06:00
committed by GitHub
co-authored by Valentin Gagarin
parent f25dd50085
commit 53ffebbe1f
+2 -1
View File
@@ -1,6 +1,7 @@
# Fetchers {#chap-pkgs-fetchers}
Nixpkgs provides fetchers for different protocols and services. Fetchers are functions that simplify downloading files.
Building software with Nix often requires downloading source code and other files from the internet.
`nixpkgs` provides *fetchers* for different protocols and services. Fetchers are functions that simplify downloading files.
## Caveats