diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-07-13 22:17:51 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-08-31 21:26:15 +0200 |
commit | 0cd8f36644042b41516e86e527ebfb19faebcbc9 (patch) | |
tree | 4e7d123491c661a9f4cbb9fdf3ecdfed77cef285 /doc/manual/src/language | |
parent | d50f116421f7c999748887955b2d3c2e8b934b28 (diff) |
add anchor to `builder`
Diffstat (limited to 'doc/manual/src/language')
-rw-r--r-- | doc/manual/src/language/derivations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/language/derivations.md b/doc/manual/src/language/derivations.md index 043a38191..79a09122a 100644 --- a/doc/manual/src/language/derivations.md +++ b/doc/manual/src/language/derivations.md @@ -17,7 +17,7 @@ the attributes of which specify the inputs of the build. string. This is used as a symbolic name for the package by `nix-env`, and it is appended to the output paths of the derivation. - - There must be an attribute named `builder` that identifies the + - There must be an attribute named [`builder`]{#attr-builder} that identifies the program that is executed to perform the build. It can be either a derivation or a source (a local file reference, e.g., `./builder.sh`). |