cluade sep

This commit is contained in:
Harivansh Rathi 2026-03-13 16:05:58 -04:00
parent c692473fc8
commit fc8675e1b0
4 changed files with 77 additions and 5 deletions

View file

@ -19,6 +19,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
claudeCode = {
url = "github:sadjow/claude-code-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
codex = {
url = "github:openai/codex";
inputs.nixpkgs.follows = "nixpkgs";
@ -34,6 +39,7 @@
nixpkgs,
nix-darwin,
home-manager,
claudeCode,
codex,
nix-homebrew,
...