From a2cbeb19b4bb7be059c0d1cb306b93ffa364b4d7 Mon Sep 17 00:00:00 2001 From: hacker1024 Date: Thu, 11 Jan 2024 08:28:42 +1100 Subject: [PATCH] docs/dart: Fix example autoPubspecLock syntax --- doc/languages-frameworks/dart.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/languages-frameworks/dart.section.md b/doc/languages-frameworks/dart.section.md index 97817c5dcccc..fca87fa70e4e 100644 --- a/doc/languages-frameworks/dart.section.md +++ b/doc/languages-frameworks/dart.section.md @@ -15,7 +15,7 @@ Alternatively, `autoPubspecLock` can be used instead, and set to a path to a reg ::: {.warning} When using `autoPubspecLock` with a local source directory, make sure to use a -concatenation operator (e.g. `autoPubspecLock = ${src} + "/pubspec.lock";`), and +concatenation operator (e.g. `autoPubspecLock = src + "/pubspec.lock";`), and not string interpolation. String interpolation will copy your entire source directory to the Nix store and