```nix { hello, symlinkJoin, lib, } @ inputs: symlinkJoin { name = "foo"; paths = builtins.filter lib.isDerivation (builtins.attrValues inputs); } ``` nil reports an `unused_binding` on `hello`, while it is not the case.
nil reports an
unused_bindingonhello, while it is not the case.