about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-08-02 18:01:03 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-08-02 18:01:03 +0200
commit4cb8aa1324fae075ea4acf74c9a2e4b316cab2a8 (patch)
treeb3f4ded8fb853dde9f746d6d51be5c2d716887cc /doc
parentf73b6e98b1e89810700c610c4c76c4715e1e63bc (diff)
doc: Add anchor to Recursive attributes in `mkDerivation`
So that we can link to it stably.
Diffstat (limited to 'doc')
-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 5f7f45dc44372..a2a148ec99b8e 100644
--- a/doc/stdenv/stdenv.chapter.md
+++ b/doc/stdenv/stdenv.chapter.md
@@ -317,7 +317,7 @@ The script will be usually run from the root of the Nixpkgs repository but you s
 
 For information about how to run the updates, execute `nix-shell maintainers/scripts/update.nix`.
 
-### Recursive attributes in `mkDerivation`
+### Recursive attributes in `mkDerivation` {#mkderivation-recursive-attributes}
 
 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: