1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-01 14:41:00 +01:00

Formatting example

This commit is contained in:
John Ericson 2025-01-19 15:17:12 -05:00
parent 96a46f9995
commit 624690100d

View file

@ -250,15 +250,17 @@ Under this extended model, `DerivingPath`s are thus inductively built up from an
The encoding is adjusted in a very simplest way, merely displaying the same The encoding is adjusted in a very simplest way, merely displaying the same
``` > **Example**
/nix/store/lxrn8v5aamkikg6agxwdqd1jz7746wz4-firefox-98.0.2.drv^foo.drv^bar.drv^out >
|----------------------------------------------------------------------------| |-| > ```
inner deriving path (usual encoding) output name > /nix/store/lxrn8v5aamkikg6agxwdqd1jz7746wz4-firefox-98.0.2.drv^foo.drv^bar.drv^out
|--------------------------------------------------------------------| |-----| > |----------------------------------------------------------------------------| |-|
even more inner deriving path (usual encoding) output name > inner deriving path (usual encoding) output name
|------------------------------------------------------------| |-----| > |--------------------------------------------------------------------| |-----|
innermost constant store path (usual encoding) output name > even more inner deriving path (usual encoding) output name
``` > |------------------------------------------------------------| |-----|
> innermost constant store path (usual encoding) output name
> ```
## Extra extensions ## Extra extensions