lol

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 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 };