summary refs log tree commit diff
path: root/doc/builders/fetchers.chapter.md
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2022-08-02 10:50:05 -0600
committerGitHub <noreply@github.com>2022-08-02 10:50:05 -0600
commit53ffebbe1ff7985875796b32fc2f0432a5ec0464 (patch)
tree477844094192ef2b1b764428310e2de914e5d4bb /doc/builders/fetchers.chapter.md
parentf25dd50085bb7d76550e092546d92c3bafa5b0f8 (diff)
downloadnixpkgs-53ffebbe1ff7985875796b32fc2f0432a5ec0464.tar
nixpkgs-53ffebbe1ff7985875796b32fc2f0432a5ec0464.tar.gz
nixpkgs-53ffebbe1ff7985875796b32fc2f0432a5ec0464.tar.bz2
nixpkgs-53ffebbe1ff7985875796b32fc2f0432a5ec0464.tar.lz
nixpkgs-53ffebbe1ff7985875796b32fc2f0432a5ec0464.tar.xz
nixpkgs-53ffebbe1ff7985875796b32fc2f0432a5ec0464.tar.zst
nixpkgs-53ffebbe1ff7985875796b32fc2f0432a5ec0464.zip
Update doc/builders/fetchers.chapter.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc/builders/fetchers.chapter.md')
-rw-r--r--doc/builders/fetchers.chapter.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md
index ce182b1c264..e97d6342461 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -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