mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
docs: fix duplicate anchor
`#deriving-path-encoding` is defined in two places, I _think_ this is the correct one to change.
(cherry picked from commit 4c50cf798e)
This commit is contained in:
parent
bab4e58a5e
commit
1e371c4a49
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ type DerivingPath = ConstantPath | OutputPath;
|
||||||
|
|
||||||
Under this extended model, `DerivingPath`s are thus inductively built up from a root `ConstantPath`, wrapped with zero or more outer `OutputPath`s.
|
Under this extended model, `DerivingPath`s are thus inductively built up from a root `ConstantPath`, wrapped with zero or more outer `OutputPath`s.
|
||||||
|
|
||||||
### Encoding {#deriving-path-encoding}
|
### Encoding {#deriving-path-encoding-higher-order}
|
||||||
|
|
||||||
The encoding is adjusted in the natural way, encoding the `drv` field recursively using the same deriving path encoding.
|
The encoding is adjusted in the natural way, encoding the `drv` field recursively using the same deriving path encoding.
|
||||||
The result of this is that it is possible to have a chain of `^<output-name>` at the end of the final string, as opposed to just a single one.
|
The result of this is that it is possible to have a chain of `^<output-name>` at the end of the final string, as opposed to just a single one.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue