mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Create JSON Schema for Store Paths
We immediately use this in the JSON schemas for Derivation and Deriving Path, but we cannot yet use it in Store Object Info because those paths *do* include the store dir currently.
This commit is contained in:
parent
be2572ed8d
commit
c67966418f
11 changed files with 72 additions and 10 deletions
|
|
@ -11,6 +11,7 @@ json_schema_config = files('json-schema-for-humans-config.yaml')
|
|||
schemas = [
|
||||
'hash-v1',
|
||||
'content-address-v1',
|
||||
'store-path-v1',
|
||||
'derivation-v3',
|
||||
'deriving-path-v1',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue