aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nix
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 13:56:11 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 13:56:11 +0100
commitfe26523a4c0145036ed2bcd07d13594b2c39985b (patch)
treeff141c1fa8902638cbbd48933267e49c9a0244d1 /nix
parent639f3cb82ef9f1e6dd0b47cf506ff3c09fd4a5a7 (diff)
downloaddotfiles-fe26523a4c0145036ed2bcd07d13594b2c39985b.tar.gz
dotfiles-fe26523a4c0145036ed2bcd07d13594b2c39985b.tar.bz2
dotfiles-fe26523a4c0145036ed2bcd07d13594b2c39985b.zip
nix: add codex; meta: virt-viewer to work.txt
Diffstat (limited to '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).