mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 08:19:35 +01:00
JSON Schema for DerivedPath
Note that this is "deriving path" in the manual -- the great sed of the code base to bring it in sync has yet to happen yet.
This commit is contained in:
parent
925c0fa4a2
commit
8d338c9234
9 changed files with 63 additions and 0 deletions
|
|
@ -52,6 +52,15 @@ schemas = [
|
|||
# 'output-inputAddressed.json',
|
||||
# ],
|
||||
# },
|
||||
{
|
||||
'stem' : 'deriving-path',
|
||||
'schema' : schema_dir / 'deriving-path-v1.yaml',
|
||||
'files' : [
|
||||
'single_opaque.json',
|
||||
'single_built.json',
|
||||
'single_built_built.json',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
# Validate each example against the schema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue