mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 14:41:00 +01:00
Formatting example
This commit is contained in:
parent
96a46f9995
commit
624690100d
1 changed files with 11 additions and 9 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue