Skip to content

Commit c6d692c

Browse files
using Nix language version istead would help third-party evaluators
1 parent bb73166 commit c6d692c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rfcs/0137-nix-language-version.md

+2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ where `<version>` is a released version of Nix the given file is intended to wor
6161

6262
- Use the output of [`builtins.langVersion`] for specifying the version of the Nix language.
6363

64+
* (+) This would serve other Nix language evaluators which are not and should not be tied to the rest of Nix.
6465
* (-) `builtins.langVersion` is currently only internal and undocumented.
66+
* (+) Documentation is easy to add.
6567
* (-) Requires adding another built-in or command line option to the public API.
6668
* (-) Using a language feature requires an additional steps from users to determine the current version.
6769
* (+) We can add a command line option such that it is not more effort than `nix --version`.

0 commit comments

Comments
 (0)