buildNimSbom: merge SBOM passthru over initial passthru

This commit is contained in:
Emery Hemingway
2024-12-12 10:14:39 +00:00
committed by Emery Hemingway
parent 8cfb41e64e
commit e4f9a4d82d
+1 -1
View File
@@ -169,7 +169,7 @@ let
inherit (sbom) components;
});
passthru = {
passthru = passthru // {
inherit sbom properties nimBin;
};
};