feat: add package-lock.json for claude-code
Introduced a new `package-lock.json` for the `claude-code` project. This ensures consistent dependency management and locks all required versions for reproducible builds.
This commit is contained in:
parent
1d9f500d52
commit
a4d34ea7d1
4 changed files with 674 additions and 1 deletions
|
@ -4,12 +4,12 @@ final: prev: {
|
|||
jetbrains-toolbox
|
||||
ollama
|
||||
open-webui
|
||||
claude-code
|
||||
aider-chat
|
||||
vscode
|
||||
;
|
||||
|
||||
goose-cli = channels.unstable.callPackage ./goose.nix { };
|
||||
claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
|
||||
vscode-extensions = channels.unstable.vscode-extensions // {
|
||||
rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue