File tree 2 files changed +13
-6
lines changed 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,10 @@ Restrictions: Windows systems only
210
210
211
211
Default: Disabled
212
212
213
- Enables/disables the skipping of installing MSYS2. For further information, see
214
- the documentation for the corresponding non-project specific configuration
213
+ Enables/disables the skipping of checking for the Stack-supplied MSYS2 (and
214
+ installing that MSYS2, if it is not installed) when Stack is setting up the
215
+ environment. For further information, see the documentation for the
216
+ corresponding non-project specific configuration
215
217
[ option] ( yaml_configuration.md#skip-msys ) .
216
218
217
219
## ` --snapshot ` option
Original file line number Diff line number Diff line change @@ -1678,16 +1678,21 @@ Restrictions: Windows systems only
1678
1678
1679
1679
Default : ` false`
1680
1680
1681
- Command line equivalent (takes precedence) : ` --[no-]skip-msys` flag
1681
+ Command line equivalent (takes precedence) :
1682
+ [`--[no-]skip-msys`](global_flags.md#-no-skip-msys-option) flag
1682
1683
1683
- Skips checking for and installing MSYS2 when stack is Setting up the
1684
- environment. This usually doesn't make sense in project-level configurations,
1685
- just in `config.yaml`.
1684
+ Skips checking for the Stack-supplied MSYS2 (and installing that MSYS2, if it is
1685
+ not installed) when Stack is setting up the environment.
1686
1686
1687
1687
~~~yaml
1688
1688
skip-msys : true
1689
1689
~~~
1690
1690
1691
+ !!! note
1692
+
1693
+ Usually, the use of this option does not make sense in project-level
1694
+ configuration and it is used only in global configuration.
1695
+
1691
1696
# ## snapshot-location-base
1692
1697
1693
1698
[:octicons-tag-24 : 2.5.1](https://github.com/commercialhaskell/stack/releases/tag/v2.5.1)
You can’t perform that action at this time.
0 commit comments