mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +01:00
27 lines
No EOL
489 B
Markdown
27 lines
No EOL
489 B
Markdown
{{#include build-trace-entry-v1-fixed.md}}
|
|
|
|
## Examples
|
|
|
|
### Simple build trace entry
|
|
|
|
```json
|
|
{{#include schema/build-trace-entry-v1/simple.json}}
|
|
```
|
|
|
|
### Build trace entry with dependencies
|
|
|
|
```json
|
|
{{#include schema/build-trace-entry-v1/with-dependent-realisations.json}}
|
|
```
|
|
|
|
### Build trace entry with signature
|
|
|
|
```json
|
|
{{#include schema/build-trace-entry-v1/with-signature.json}}
|
|
```
|
|
|
|
<!--
|
|
## Raw Schema
|
|
|
|
[JSON Schema for Build Trace Entry v1](schema/build-trace-entry-v1.json)
|
|
--> |