File tree 1 file changed +2
-1
lines changed
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
67
67
* (+) This would serve other Nix language evaluators which are not and should not be tied to the rest of Nix.
68
68
* (-) ` builtins.langVersion ` is currently only internal and undocumented.
69
69
* (+) 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.
71
71
* (-) Using a language feature requires an additional steps from users to determine the current version.
72
72
* (+) 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.
73
74
* (+) The Nix language version is decoupled Nix version numbering.
74
75
* (+) It changes less often than the Nix version.
75
76
* (-) That was probably due to making changes being so hard.
You can’t perform that action at this time.
0 commit comments