mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
codex indep
This commit is contained in:
parent
59d9d2bf14
commit
c692473fc8
3 changed files with 55 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue