Update rfcs/0137-nix-language-version.md

Co-authored-by: Ryan Lahfa <masterancpp@gmail.com>
This commit is contained in:
Valentin Gagarin 2023-06-10 11:31:05 +02:00 committed by GitHub
parent a17e28f41b
commit 29e24243bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ Incompatible changes from the past:
- There have been other, sometimes breaking changes to the language that have not resulted in an increment of the language version (e.g. the recent `fetchGit` changes).
- The `builtins.toJSON 1.000001` output [changed in Nix 2.12](https://github.com/NixOS/nix/issues/8259).
Possbile future changes that are in discussion:
Possible future changes that are in discussion:
- Remove URL literals (currently implemented via experimental-features)
- Remove the old `let { body = ... }` syntax