From 29e24243bdd743cf264d5c291b735af635b89fea Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sat, 10 Jun 2023 11:31:05 +0200 Subject: [PATCH] Update rfcs/0137-nix-language-version.md Co-authored-by: Ryan Lahfa --- rfcs/0137-nix-language-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0137-nix-language-version.md b/rfcs/0137-nix-language-version.md index a601894..5c67089 100644 --- a/rfcs/0137-nix-language-version.md +++ b/rfcs/0137-nix-language-version.md @@ -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