feat: use claude code alias

This commit is contained in:
Jet Pham 2026-03-03 17:26:15 -08:00
parent 7089a2c05a
commit 19b9521728
No known key found for this signature in database
2 changed files with 26 additions and 0 deletions

21
flake.lock generated
View file

@ -1,5 +1,25 @@
{
"nodes": {
"claude-code-overlay": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1772252606,
"narHash": "sha256-SiIhFq4XbD3LmODQ2mTtakRBnjBn/KoSgAOId1cL1Ks=",
"owner": "ryoppippi",
"repo": "claude-code-overlay",
"rev": "b1ebf027412136bbbe4202741c3d48721644bc4b",
"type": "github"
},
"original": {
"owner": "ryoppippi",
"repo": "claude-code-overlay",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
@ -136,6 +156,7 @@
},
"root": {
"inputs": {
"claude-code-overlay": "claude-code-overlay",
"home-manager": "home-manager",
"nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware",