We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388ee6d commit c8df688Copy full SHA for c8df688
lib/mix/lib/mix.ex
@@ -568,9 +568,9 @@ defmodule Mix do
568
the `Mix.install/2` cache, so different configurations will lead to different
569
apps
570
571
- * `:system_env` (since v1.13.0) - a map of system environment variable names as
572
- binary keys and their respective values as binaries. The system environment is
573
- made part of the `Mix.install/2` cache, so different configurations will lead
+ * `:system_env` (since v1.13.0) - a list or a map of system environment variable
+ names as binary keys and their respective values as binaries. The system environment
+ is made part of the `Mix.install/2` cache, so different configurations will lead
574
to different apps
575
576
## Examples
0 commit comments