mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Note that this is "deriving path" in the manual -- the great sed of the code base to bring it in sync has yet to happen yet.
21 lines
344 B
Markdown
21 lines
344 B
Markdown
{{#include deriving-path-v1-fixed.md}}
|
|
|
|
## Examples
|
|
|
|
### Constant
|
|
|
|
```json
|
|
{{#include schema/deriving-path-v1/single_opaque.json}}
|
|
```
|
|
|
|
### Output of static derivation
|
|
|
|
```json
|
|
{{#include schema/deriving-path-v1/single_built.json}}
|
|
```
|
|
|
|
### Output of dynamic derivation
|
|
|
|
```json
|
|
{{#include schema/deriving-path-v1/single_built_built.json}}
|
|
```
|