diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-05-20 12:17:54 -0700 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-05-22 21:13:56 +0200 |
commit | dcc7ea54986e0712666b15b502b6f89dd42b000c (patch) | |
tree | b61015050de043a02c0b78a9cac6fe4b985d0398 /doc/manual/src/language | |
parent | 0bf4c2971f6b57dbba3b79986d9f65ae7924260f (diff) |
release notes: add a bunch of them
Also fix typos introduced by the commits I read.
I have run the addDrvOutputDependencies release note past Ericson since
I was confused by what the heck it was doing, and he was saying it was
reasonable.
Change-Id: Id015353b00938682f7faae7de43df7f991a5237e
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 c10e8149d..28e686889 100644 --- a/doc/manual/src/language/derivations.md +++ b/doc/manual/src/language/derivations.md @@ -125,7 +125,7 @@ The builder is executed as follows: directory (typically, `/nix/store`). - `NIX_ATTRS_JSON_FILE` & `NIX_ATTRS_SH_FILE` if `__structuredAttrs` - is set to `true` for the dervation. A detailed explanation of this + is set to `true` for the derivation. A detailed explanation of this behavior can be found in the [section about structured attrs](./advanced-attributes.md#adv-attr-structuredAttrs). |