languages/dart: update flutter-tools.enableNoResolvePatch description

This commit is contained in:
Noah765 2025-04-19 15:51:47 +02:00
commit 5db21bae6f

View file

@ -94,10 +94,12 @@ in {
Whether to patch flutter-tools so that it doesn't resolve Whether to patch flutter-tools so that it doesn't resolve
symlinks when detecting flutter path. symlinks when detecting flutter path.
This is required if flutterPackage is set to null and the flutter ::: {.note}
package in your PATH was built with nix. If you are using a flutter This is required if `flutterPackage` is set to null and the flutter
package in your `PATH` was built with Nix. If you are using a flutter
SDK installed from a different source and encounter the error "`dart` SDK installed from a different source and encounter the error "`dart`
missing from PATH", leave this option disabled. missing from `PATH`", leave this option disabled.
:::
''; '';
}; };