deadnix
deadnix copied to clipboard
False negative when attribute with same name is referenced in another attrset
deadnix --edit on the following file does not remove the foo parameter, although it is not used:
{
foo,
bar,
}:
{
baz = [
bar.foo
];
}