codex indep

This commit is contained in:
Harivansh Rathi 2026-03-13 16:03:03 -04:00
parent 59d9d2bf14
commit c692473fc8
3 changed files with 55 additions and 4 deletions

View file

@ -19,6 +19,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
codex = {
url = "github:openai/codex";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-homebrew = {
url = "github:zhaofengli-wip/nix-homebrew";
};
@ -29,6 +34,7 @@
nixpkgs,
nix-darwin,
home-manager,
codex,
nix-homebrew,
...
}: let