mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 08:19:35 +01:00
JSON Schema for build trace entry
Note, starting to make progress on #11895 by calling it this in the manual.
This commit is contained in:
parent
72d0f7b619
commit
144c66215b
10 changed files with 117 additions and 1 deletions
|
|
@ -54,6 +54,15 @@ schemas = [
|
|||
'single_built_built.json',
|
||||
],
|
||||
},
|
||||
{
|
||||
'stem' : 'build-trace-entry',
|
||||
'schema' : schema_dir / 'build-trace-entry-v1.yaml',
|
||||
'files' : [
|
||||
'simple.json',
|
||||
'with-dependent-realisations.json',
|
||||
'with-signature.json',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
# Derivation and Derivation output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue