use pkgs.codex instead of broken openai/codex flake

This commit is contained in:
Harivansh Rathi 2026-03-29 16:29:33 -04:00
parent 40849a2937
commit fd1027178c
3 changed files with 61 additions and 9 deletions

View file

@ -24,9 +24,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
codex = {
url = "github:openai/codex";
};
agentcomputer-cli = {
url = "path:/Users/rathi/Documents/GitHub/companion/agentcomputer/apps/cli";