1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 23:12:44 +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:
John Ericson 2025-10-28 18:01:37 -04:00
parent 72d0f7b619
commit 144c66215b
10 changed files with 117 additions and 1 deletions

View file

@ -0,0 +1 @@
../../src/libstore-tests/data/realisation

View file

@ -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

View file

@ -23,6 +23,7 @@ mkMesonDerivation (finalAttrs: {
../../src/libutil-tests/data/hash
../../src/libstore-tests/data/content-address
../../src/libstore-tests/data/store-path
../../src/libstore-tests/data/realisation
../../src/libstore-tests/data/derivation
../../src/libstore-tests/data/derived-path
../../src/libstore-tests/data/path-info