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
In version 0.2.0.3 (revision 38c4a14681cf3a1e6f098d8b723db503910a28d8), the input
0.2.0.3
38c4a14681cf3a1e6f098d8b723db503910a28d8
foo: let inherit (foo) bar; in bar
results in
Move `let` block outside function definition at foo.nix:1:1-4:1
but the let block can't be moved outside of the function definition since it depends on the argument foo.
let
foo
Possibly related to #61, #62 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In version
0.2.0.3
(revision38c4a14681cf3a1e6f098d8b723db503910a28d8
), the inputresults in
but the
let
block can't be moved outside of the function definition since it depends on the argumentfoo
.Possibly related to #61, #62 ?
The text was updated successfully, but these errors were encountered: