From 8f2cf113c2d08b70d188c48791349864524c3d59 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 22 Jun 2023 14:55:54 +0200 Subject: [PATCH] add some details to summary --- rfcs/0137-nix-language-version.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rfcs/0137-nix-language-version.md b/rfcs/0137-nix-language-version.md index 60403cb..d709a9c 100644 --- a/rfcs/0137-nix-language-version.md +++ b/rfcs/0137-nix-language-version.md @@ -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