feat: use claude code alias
This commit is contained in:
parent
7089a2c05a
commit
19b9521728
2 changed files with 26 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
claude-code-overlay = {
|
||||
url = "github:ryoppippi/claude-code-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{
|
||||
|
|
@ -46,6 +50,7 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
inputs.nur.overlays.default
|
||||
inputs.claude-code-overlay.overlays.default
|
||||
(final: prev: {
|
||||
|
||||
antigravity = prev.antigravity.overrideAttrs (oldAttrs: rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue