File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,10 @@ where `<version>` is a released version of Nix the given file is intended to wor
6767 * (+) This would serve other Nix language evaluators which are not and should not be tied to the rest of Nix.
6868 * (-) ` builtins.langVersion ` is currently only internal and undocumented.
6969 * (+) Documentation is easy to add.
70- * (-) Requires adding another built-in or command line option to the public API.
70+ * (-) Requires adding another built-in to the public API.
7171 * (-) Using a language feature requires an additional steps from users to determine the current version.
7272 * (+) We can add a command line option such that it is not more effort than ` nix --version ` .
73+ * (-) Requires adding another command line option to the public API.
7374 * (+) The Nix language version is decoupled Nix version numbering.
7475 * (+) It changes less often than the Nix version.
7576 * (-) That was probably due to making changes being so hard.
You can’t perform that action at this time.
0 commit comments