From 3611cd2eaea196d2e39e5b26ce756bee41375099 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 8 Jun 2023 14:47:00 +0200 Subject: [PATCH] add argument against `with import ...;` syntax --- 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 0d7e044..19a614f 100644 --- a/rfcs/0137-nix-language-version.md +++ b/rfcs/0137-nix-language-version.md @@ -268,7 +268,7 @@ Once the language version is accessible though, tooling can at least be adapted - (-) Very long - `with import \d*;` - (+) Allows for forward compatibilty hacks such as better error messages - - (🔥) Because why not + - (-) Will likely mislead beginners to think this is has the same semantics as the original `with import ...;`