aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nix/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/common.nix')
-rw-r--r--nix/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/common.nix b/nix/common.nix
index fb04dc7..f5ee5bc 100644
--- a/nix/common.nix
+++ b/nix/common.nix
@@ -127,6 +127,7 @@
# AI coding agents
claude-code
+ codex # OpenAI Codex CLI (rust rewrite); replaces pacman openai-codex-bin
# github-copilot-cli intentionally not here: nixpkgs derivation (as
# of 1.0.40) fails to build on Determinate nix with EACCES on
# /var/empty/.cache (HOME not redirected during npm postinstall).