mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 19:41:04 +01:00
Organize some test JSON better to prevent confusion
It was not clear which of thes were JSON for derivation vs JSON for derivation options.
This commit is contained in:
parent
0db70b8184
commit
843629f7bf
9 changed files with 23 additions and 25 deletions
|
|
@ -73,12 +73,12 @@ schemas = [
|
|||
'stem' : 'derivation-options',
|
||||
'schema' : schema_dir / 'derivation-options-v1.yaml',
|
||||
'files' : [
|
||||
'ia' / 'defaults.json',
|
||||
'ia' / 'all_set.json',
|
||||
'ia' / 'structuredAttrs_defaults.json',
|
||||
'ia' / 'structuredAttrs_all_set.json',
|
||||
'ca' / 'all_set.json',
|
||||
'ca' / 'structuredAttrs_all_set.json',
|
||||
'ia' / 'derivation-options' / 'defaults.json',
|
||||
'ia' / 'derivation-options' / 'all_set.json',
|
||||
'ia' / 'derivation-options' / 'structuredAttrs_defaults.json',
|
||||
'ia' / 'derivation-options' / 'structuredAttrs_all_set.json',
|
||||
'ca' / 'derivation-options' / 'all_set.json',
|
||||
'ca' / 'derivation-options' / 'structuredAttrs_all_set.json',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue