Skip to content
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

Support New Features of the Nix Expression Language #39

Closed
JojOatXGME opened this issue Apr 2, 2022 · 2 comments · Fixed by #60
Closed

Support New Features of the Nix Expression Language #39

JojOatXGME opened this issue Apr 2, 2022 · 2 comments · Fixed by #60
Assignees

Comments

@JojOatXGME
Copy link
Contributor

JojOatXGME commented Apr 2, 2022

The parser was updated to Nix 2.3 in pull request #27. There were a few updates since then:

Nix 2.4

  • Antiquotations in paths, e.g. ./${foo} instead of ./. + foo.

Nix 2.5

  • Lists can now be compared lexicographically using the < operator.

Nix 2.6

  • No changes of the language

Nix 2.7

  • No changes of the language

I couldn't find any language change in the changelog (besides new built-ins) up to version 2.13.

@kubijo
Copy link

kubijo commented Apr 7, 2023

Any change of this moving forward?

@JojOatXGME
Copy link
Contributor Author

JojOatXGME commented Apr 7, 2023

There is pull request #60 by @jansorg, which is about the string interpolations (formerly antiquotations) in paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants