mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Makes the behavoral change of #13263 without the underlying refactor. Hopefully this clearly safe from a perf and GC perspective, and will make it easier to benchmark #13263.
36 lines
771 B
JSON
36 lines
771 B
JSON
{
|
|
"args": [
|
|
"-c",
|
|
"echo hello > $out"
|
|
],
|
|
"builder": "/bin/bash",
|
|
"env": {
|
|
"dev": "/02qcpld1y6xhs5gz9bchpxaw0xdhmsp5dv88lh25r2ss44kh8dxz",
|
|
"out": "/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9"
|
|
},
|
|
"inputDrvs": {},
|
|
"inputSrcs": [],
|
|
"name": "advanced-attributes-structured-attrs-defaults",
|
|
"outputs": {
|
|
"dev": {
|
|
"hashAlgo": "sha256",
|
|
"method": "nar"
|
|
},
|
|
"out": {
|
|
"hashAlgo": "sha256",
|
|
"method": "nar"
|
|
}
|
|
},
|
|
"structuredAttrs": {
|
|
"builder": "/bin/bash",
|
|
"name": "advanced-attributes-structured-attrs-defaults",
|
|
"outputHashAlgo": "sha256",
|
|
"outputHashMode": "recursive",
|
|
"outputs": [
|
|
"out",
|
|
"dev"
|
|
],
|
|
"system": "my-system"
|
|
},
|
|
"system": "my-system"
|
|
}
|