Skip to content

Commit 963f95c

Browse files
authored
chore: adjust the codex template (#2060)
Signed-off-by: Keming <[email protected]>
1 parent d012d9f commit 963f95c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/app/template/codex.envd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This assumes the user already logged in and saved the credentials in the default `~/.codex` directory.
2-
# If not, you can login first with the command `codex login`.
2+
# If not, you can login first with the command `codex login` on your host.
33
#
44
# More language & system package support can be found in:
55
# - docs/reference: https://envd.tensorchord.ai/api/starlark/v1/install.html
@@ -8,7 +8,7 @@
88
def build():
99
base(dev=True)
1010
shell("fish")
11-
install.codex()
12-
install.rust()
1311
install.uv()
12+
install.codex()
13+
install.nodejs()
1414
runtime.mount("~/.codex", "~/.codex")

0 commit comments

Comments
 (0)