mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-19 20:00:47 +00:00
cluade sep
This commit is contained in:
parent
c692473fc8
commit
fc8675e1b0
4 changed files with 77 additions and 5 deletions
|
|
@ -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,
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue