We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inherit
This input:
let foo = { bar = ""; }; inherit (foo) bar; in bar
results in this lint:
Unused `let` bind `foo` at linter-repro.nix:2:3
However, removing the let-binding (unsurprisingly) breaks the inherit.
I tested this on current git master (ecdd507) and the version available in nixpkgs 21.05 (2516a8c).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue
This input:
results in this lint:
However, removing the let-binding (unsurprisingly) breaks the
inherit
.Affected Versions
I tested this on current git master (ecdd507) and the version available in nixpkgs 21.05 (2516a8c).
The text was updated successfully, but these errors were encountered: