summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-08-03 11:18:36 +0200
committerGitHub <noreply@github.com>2022-08-03 11:18:36 +0200
commit163e81aac0a7f73d2f49a3d2aee3495b5fddf5d4 (patch)
treedc57adb1608f4e8edb73355b6e514c734d77866c /doc/stdenv
parent246cce5dc0d4b63d88ce1ca025e689f9eaf76e8f (diff)
parent4cb8aa1324fae075ea4acf74c9a2e4b316cab2a8 (diff)
downloadnixpkgs-163e81aac0a7f73d2f49a3d2aee3495b5fddf5d4.tar
nixpkgs-163e81aac0a7f73d2f49a3d2aee3495b5fddf5d4.tar.gz
nixpkgs-163e81aac0a7f73d2f49a3d2aee3495b5fddf5d4.tar.bz2
nixpkgs-163e81aac0a7f73d2f49a3d2aee3495b5fddf5d4.tar.lz
nixpkgs-163e81aac0a7f73d2f49a3d2aee3495b5fddf5d4.tar.xz
nixpkgs-163e81aac0a7f73d2f49a3d2aee3495b5fddf5d4.tar.zst
nixpkgs-163e81aac0a7f73d2f49a3d2aee3495b5fddf5d4.zip
Merge pull request #184848 from jtojnar/mkder-rec-anchor
doc: Add anchor to Recursive attributes in `mkDerivation`
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 da30807beea..b4cc50b509d 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: