mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 08:19:35 +01:00
JSON Impl and schema for BuildResult
This commit is contained in:
parent
144c66215b
commit
389bcba97a
16 changed files with 467 additions and 0 deletions
|
|
@ -150,6 +150,15 @@ schemas += [
|
|||
'impure.json',
|
||||
],
|
||||
},
|
||||
{
|
||||
'stem' : 'build-result',
|
||||
'schema' : schema_dir / 'build-result-v1.yaml',
|
||||
'files' : [
|
||||
'success.json',
|
||||
'output-rejected.json',
|
||||
'not-deterministic.json',
|
||||
],
|
||||
},
|
||||
# Match exact variant
|
||||
{
|
||||
'stem' : 'store-object-info',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue