add some details to summary

This commit is contained in:
Valentin Gagarin 2023-06-22 14:55:54 +02:00 committed by GitHub
parent c3d5411fa4
commit 8f2cf113c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,9 +13,9 @@ related-issues: https://github.com/NixOS/nix/issues/7255
# Summary
[summary]: #summary
Introduce a convention to determine which version of the Nix language grammar to use for parsing and evaluating Nix expressions.
Add parameters to the Nix language evaluator, controlling the behavior of deprecation warnings and errors.
- Introduce a convention to determine which version of the Nix language grammar to use for parsing and evaluating Nix expressions.
- Add parameters to the Nix language evaluator, controlling the behavior of deprecation warnings and errors.
- Codify a versioning policy for the Nix language specification
# Motivation
[motivation]: #motivation