Files
codex/.codex/environments/environment.toml
2026-02-04 22:48:37 -08:00

24 lines
449 B
TOML

# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "codex-cli"
[setup]
script = '''
cd codex-rs
rustup component add rustfmt
rustup component add clippy
# Install helper tools used by the workspace justfile:
cargo install --locked just
# Optional: install nextest for the `just test` helper
cargo install --locked cargo-nextest
# Fetch deps to make building faster.
cargo fetch
'''
[[actions]]
name = ""
icon = "tool"
command = ""