mirror of
https://github.com/NixOS/nix.git
synced 2025-12-22 17:01:08 +01:00
This progress on #11896. It introduces some issues temporarily which will be fixed when #11928 is fixed. The SQL tables are left in place because there is no point inducing a migration now, when we will be immediately landing more changes after this that also require schema changes. They will simply be ignored by in this commit, and so all data will be preserved.
21 lines
362 B
Markdown
21 lines
362 B
Markdown
{{#include build-trace-entry-v2-fixed.md}}
|
|
|
|
## Examples
|
|
|
|
### Simple build trace entry
|
|
|
|
```json
|
|
{{#include schema/build-trace-entry-v2/simple.json}}
|
|
```
|
|
|
|
### Build trace entry with signature
|
|
|
|
```json
|
|
{{#include schema/build-trace-entry-v2/with-signature.json}}
|
|
```
|
|
|
|
<!--
|
|
## Raw Schema
|
|
|
|
[JSON Schema for Build Trace Entry v1](schema/build-trace-entry-v2.json)
|
|
-->
|