add codex flake, remove bitwarden-cli and codex from brew

This commit is contained in:
Harivansh Rathi 2026-03-29 16:17:17 -04:00
parent 16bc13f9ea
commit 40849a2937
3 changed files with 7 additions and 2 deletions

View file

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