buildNimSbom: merge SBOM passthru over initial passthru
Emery Hemingway 1 year ago e4f9a4d8 8cfb41e6
··· 169 inherit (sbom) components; 170 }); 171 172 - passthru = { 173 inherit sbom properties nimBin; 174 }; 175 };
··· 169 inherit (sbom) components; 170 }); 171 172 + passthru = passthru // { 173 inherit sbom properties nimBin; 174 }; 175 };