buildNimSbom: merge SBOM passthru over initial passthru

authored by

Emery Hemingway and committed by
Emery Hemingway
e4f9a4d8 8cfb41e6

+1 -1
+1 -1
pkgs/build-support/build-nim-sbom.nix
··· 169 169 inherit (sbom) components; 170 170 }); 171 171 172 - passthru = { 172 + passthru = passthru // { 173 173 inherit sbom properties nimBin; 174 174 }; 175 175 };