mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
languages/dart: update flutter-tools.enableNoResolvePatch description
This commit is contained in:
parent
df0e2060c6
commit
5db21bae6f
1 changed files with 5 additions and 3 deletions
|
@ -94,10 +94,12 @@ in {
|
|||
Whether to patch flutter-tools so that it doesn't resolve
|
||||
symlinks when detecting flutter path.
|
||||
|
||||
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
|
||||
::: {.note}
|
||||
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`
|
||||
missing from PATH", leave this option disabled.
|
||||
missing from `PATH`", leave this option disabled.
|
||||
:::
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue