about summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-02-09 12:10:37 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-05-02 08:49:32 +0200
commitca83dd1ae73a94bee5c67ed21b2f6be41b195f40 (patch)
treea1b5d3909427255c906167393c0941c8a94c12eb /doc/stdenv
parent2e0bd527623626dac4fa9937f94682ecf761af3e (diff)
stdenv.md: Clarify overrideAttrs sentence
I weirded my English.
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/stdenv.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/stdenv.chapter.md b/doc/stdenv/stdenv.chapter.md
index 26f242dbae435..fb0bdd5e2d7a0 100644
--- a/doc/stdenv/stdenv.chapter.md
+++ b/doc/stdenv/stdenv.chapter.md
@@ -319,7 +319,7 @@ For information about how to run the updates, execute `nix-shell maintainers/scr
 
 ### Recursive attributes in `mkDerivation`
 
-If you pass a function to `mkDerivation`, it will receive as its argument the final arguments, considering use of `overrideAttrs`. For example:
+If you pass a function to `mkDerivation`, it will receive as its argument the final arguments, including the overrides when reinvoked via `overrideAttrs`. For example:
 
 ```nix
 mkDerivation (finalAttrs: {