-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Create new attributes inside lambda #6
Comments
This still seems to be an issue. Querying for values inside the lambda works as expected, but the traversal for writing doesn't seem to use the same logic.
|
Latest changes (ab2a7e9):
and
|
Hm yeah, that seems to have to do with the way attribute sets are handled differently than values |
work-around with an empty flake
This seems to bypass the "{" detection logic. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Situation:
Running
nix-editor test.nix outputs.a -v 1
produces:as expected. But
nix-editor test.nix outputs.a.b -v 1
produces:where the attrset was not placed into the function call, but on the outside.
The text was updated successfully, but these errors were encountered: