We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b21fc05 + 4c50cf7 commit 041d237Copy full SHA for 041d237
doc/manual/source/store/derivation/index.md
@@ -282,7 +282,7 @@ type DerivingPath = ConstantPath | OutputPath;
282
283
Under this extended model, `DerivingPath`s are thus inductively built up from a root `ConstantPath`, wrapped with zero or more outer `OutputPath`s.
284
285
-### Encoding {#deriving-path-encoding}
+### Encoding {#deriving-path-encoding-higher-order}
286
287
The encoding is adjusted in the natural way, encoding the `drv` field recursively using the same deriving path encoding.
288
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