Closed offlinehacker closed 8 years ago
{ deployment1 = { ... }: { option = "value"; }; deployment2 = { deployments, ... }: { option2 = deployments.deployment1.option; }; }