``` "env": { "hoge": "$fuga" // will be evaluated } ``` ``` "env": { "hoge": { "fuga": "$naha" // should be, but will not be evaluated } } ```