diff options
| -rw-r--r-- | meta/work.txt | 11 | ||||
| -rw-r--r-- | nix/common.nix | 1 |
2 files changed, 2 insertions, 10 deletions
diff --git a/meta/work.txt b/meta/work.txt index c7b04c9..59c5e66 100644 --- a/meta/work.txt +++ b/meta/work.txt @@ -1,18 +1,9 @@ -bear -compiledb -cuda -cvise dnsmasq edk2-ovmf -git-lfs -intel-oneapi-dpcpp-cpp libvirt -llvm -openmp -python-pytest qemu-desktop snx-rs swtpm virt-manager +virt-viewer virtiofsd -xdot 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). |
