buildNimSbom: merge SBOM passthru over initial passthru
This commit is contained in:
parent
8cfb41e64e
commit
e4f9a4d82d
@ -169,7 +169,7 @@ let
|
|||||||
inherit (sbom) components;
|
inherit (sbom) components;
|
||||||
});
|
});
|
||||||
|
|
||||||
passthru = {
|
passthru = passthru // {
|
||||||
inherit sbom properties nimBin;
|
inherit sbom properties nimBin;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user