buildNimSbom: merge SBOM passthru over initial passthru

This commit is contained in:
Emery Hemingway 2024-12-12 10:10:33 +00:00 committed by Emery Hemingway
parent 8cfb41e64e
commit e4f9a4d82d

View File

@ -169,7 +169,7 @@ let
inherit (sbom) components;
});
passthru = {
passthru = passthru // {
inherit sbom properties nimBin;
};
};