mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
a419b61497
The brings a number of advantages, including: - Easier to update test data if design changes (and I do think our derivation JSON is not yet complaint with the guidelines). - Easier to reuse test data in other implementations, inching closer to compliance tests for Nix *the concept* rather than any one implementation.
38 lines
665 B
JSON
38 lines
665 B
JSON
{
|
|
"args": [
|
|
"bar",
|
|
"baz"
|
|
],
|
|
"builder": "foo",
|
|
"env": {
|
|
"BIG_BAD": "WOLF"
|
|
},
|
|
"inputDrvs": {
|
|
"/nix/store/c015dhfh5l0lp6wxyvdn7bmwhbbr6hr9-dep2.drv": {
|
|
"dynamicOutputs": {
|
|
"cat": {
|
|
"dynamicOutputs": {},
|
|
"outputs": [
|
|
"kitten"
|
|
]
|
|
},
|
|
"goose": {
|
|
"dynamicOutputs": {},
|
|
"outputs": [
|
|
"gosling"
|
|
]
|
|
}
|
|
},
|
|
"outputs": [
|
|
"cat",
|
|
"dog"
|
|
]
|
|
}
|
|
},
|
|
"inputSrcs": [
|
|
"/nix/store/c015dhfh5l0lp6wxyvdn7bmwhbbr6hr9-dep1"
|
|
],
|
|
"name": "dyn-dep-derivation",
|
|
"outputs": {},
|
|
"system": "wasm-sel4"
|
|
}
|