mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
We had fields set to the same values before in our test data. This is not a problem per-se, but does mean we wouldn't catch certain mixups. Now, the fields are set to distinct values (where possible), which makes the test more robust.
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"args": [
|
|
"-c",
|
|
"echo hello > $out"
|
|
],
|
|
"builder": "/bin/bash",
|
|
"env": {
|
|
"__darwinAllowLocalNetworking": "1",
|
|
"__impureHostDeps": "/usr/bin/ditto",
|
|
"__noChroot": "1",
|
|
"__sandboxProfile": "sandcastle",
|
|
"allowSubstitutes": "",
|
|
"allowedReferences": "/nix/store/p0hax2lzvjpfc2gwkk62xdglz0fcqfzn-foo",
|
|
"allowedRequisites": "/nix/store/z0rjzy29v9k5qa4nqpykrbzirj7sd43v-foo-dev",
|
|
"builder": "/bin/bash",
|
|
"disallowedReferences": "/nix/store/r5cff30838majxk5mp3ip2diffi8vpaj-bar",
|
|
"disallowedRequisites": "/nix/store/9b61w26b4avv870dw0ymb6rw4r1hzpws-bar-dev",
|
|
"exportReferencesGraph": "refs1 /nix/store/p0hax2lzvjpfc2gwkk62xdglz0fcqfzn-foo refs2 /nix/store/vj2i49jm2868j2fmqvxm70vlzmzvgv14-bar.drv",
|
|
"impureEnvVars": "UNICORN",
|
|
"name": "advanced-attributes",
|
|
"out": "/nix/store/wyhpwd748pns4k7svh48wdrc8kvjk0ra-advanced-attributes",
|
|
"preferLocalBuild": "1",
|
|
"requiredSystemFeatures": "rainbow uid-range",
|
|
"system": "my-system"
|
|
},
|
|
"inputDrvs": {
|
|
"/nix/store/afc3vbjbzql750v2lp8gxgaxsajphzih-foo.drv": {
|
|
"dynamicOutputs": {},
|
|
"outputs": [
|
|
"dev",
|
|
"out"
|
|
]
|
|
},
|
|
"/nix/store/vj2i49jm2868j2fmqvxm70vlzmzvgv14-bar.drv": {
|
|
"dynamicOutputs": {},
|
|
"outputs": [
|
|
"dev",
|
|
"out"
|
|
]
|
|
}
|
|
},
|
|
"inputSrcs": [
|
|
"/nix/store/vj2i49jm2868j2fmqvxm70vlzmzvgv14-bar.drv"
|
|
],
|
|
"name": "advanced-attributes",
|
|
"outputs": {
|
|
"out": {
|
|
"path": "/nix/store/wyhpwd748pns4k7svh48wdrc8kvjk0ra-advanced-attributes"
|
|
}
|
|
},
|
|
"system": "my-system"
|
|
}
|