We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb73166 commit c6d692cCopy full SHA for c6d692c
rfcs/0137-nix-language-version.md
@@ -61,7 +61,9 @@ where `<version>` is a released version of Nix the given file is intended to wor
61
62
- Use the output of [`builtins.langVersion`] for specifying the version of the Nix language.
63
64
+ * (+) This would serve other Nix language evaluators which are not and should not be tied to the rest of Nix.
65
* (-) `builtins.langVersion` is currently only internal and undocumented.
66
+ * (+) Documentation is easy to add.
67
* (-) Requires adding another built-in or command line option to the public API.
68
* (-) Using a language feature requires an additional steps from users to determine the current version.
69
* (+) We can add a command line option such that it is not more effort than `nix --version`.
0 commit comments