Skip to content

Commit 041d237

Browse files
authored
Merge pull request #13213 from pbsds/deriving-path-encoding-anchor
docs: fix duplicate anchor
2 parents b21fc05 + 4c50cf7 commit 041d237

File tree

1 file changed

+1
-1
lines changed
  • doc/manual/source/store/derivation

1 file changed

+1
-1
lines changed

doc/manual/source/store/derivation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ type DerivingPath = ConstantPath | OutputPath;
282282

283283
Under this extended model, `DerivingPath`s are thus inductively built up from a root `ConstantPath`, wrapped with zero or more outer `OutputPath`s.
284284

285-
### Encoding {#deriving-path-encoding}
285+
### Encoding {#deriving-path-encoding-higher-order}
286286

287287
The encoding is adjusted in the natural way, encoding the `drv` field recursively using the same deriving path encoding.
288288
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.

0 commit comments

Comments
 (0)