mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
buildNimSbom: merge SBOM passthru over initial passthru
This commit is contained in:
committed by
Emery Hemingway
parent
8cfb41e64e
commit
e4f9a4d82d
@@ -169,7 +169,7 @@ let
|
||||
inherit (sbom) components;
|
||||
});
|
||||
|
||||
passthru = {
|
||||
passthru = passthru // {
|
||||
inherit sbom properties nimBin;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user