mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
f64b63f7a3
This is relevant for users of the IntelliJ bazel plugin. It is common to start IntelliJ via the GUI such that the dev-env is not loaded for IntelliJ. The bazel plugin is then configured to execute the dev-env bazel by entering the path into the corresponding configuration option. However, this bazel is then executed without the dev-env tools in PATH. Some of the repository rules expect certain dev-env tools in PATH, e.g. python3. Those will then fail. This patch ensures that the dev-env is loaded when executing dev-env tools from outside the dev-env. |
||
---|---|---|
.. | ||
dade-base-profile | ||
dade-common | ||
dade-dump-profile | ||
dade-exec-nix-bin-tool | ||
dade-exec-nix-tool | ||
ensure-nix |