mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
buildNimSbom: merge SBOM passthru over initial passthru
This commit is contained in:
parent
8cfb41e64e
commit
e4f9a4d82d
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ let
|
|||
inherit (sbom) components;
|
||||
});
|
||||
|
||||
passthru = {
|
||||
passthru = passthru // {
|
||||
inherit sbom properties nimBin;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue