Skip to content

Commit

Permalink
Try passing channel stuff directly through
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Feb 1, 2024
1 parent b3bf7c1 commit ba7d4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codedown/uiMetadata.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ rec {
# || (n == "license.spdxId") # TODO
);

mkChannelUiMetadata = name: channel: {
foo = "bar";
mkChannelUiMetadata = name: channel: channel // {
name = name;
};

mkKernelUiMetadata = kernel: {
Expand Down

0 comments on commit ba7d4a3

Please sign in to comment.