Skip to content

Commit

Permalink
nix: Remove attributes from elaborateMeta
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Sep 23, 2023
1 parent bd7380c commit 87f7d5a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions hacking/nix/cargo-manifest-generation-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,11 @@ rec {
meta = elaborateMeta meta;
};

# TODO
elaborateMeta =
{ labels ? {}
, requirements ? {}
, skip ? false
{
}:
{
inherit
labels
requirements
skip
;
};

in
Expand Down

0 comments on commit 87f7d5a

Please sign in to comment.