deadnix icon indicating copy to clipboard operation
deadnix copied to clipboard

False negative when attribute with same name is referenced in another attrset

Open VictorEngmarkHexagon opened this issue 9 months ago • 0 comments

deadnix --edit on the following file does not remove the foo parameter, although it is not used:

{
  foo,
  bar,
}:
{
  baz = [
    bar.foo
  ];
}

VictorEngmarkHexagon avatar Mar 31 '25 15:03 VictorEngmarkHexagon