chore: prepend asdf paths
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2026-06-04 09:06:03 +02:00
parent 1b671ea41a
commit f9495f557a
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
2 changed files with 7 additions and 5 deletions

View file

@ -1363,6 +1363,8 @@ mix gettext.merge priv/gettext --on-obsolete=mark_as_obsolete
### 3.13 Task Runner: Just
The `Justfile` prepends `~/.asdf/shims`, `~/.asdf/bin`, and `~/.asdf` to `PATH` for all recipes (`set export := true`), so `mix` / `elixir` resolve from `.tool-versions` without shell init. The caller's `PATH` is kept (e.g. Homebrew `asdf`, Docker). Run `asdf install` once per machine; no extra `source` is required for `just run`.
**Common Commands:**
```bash