Loading pkgs/by-name/cl/claude-code/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,12 +2,15 @@ lib, buildNpmPackage, fetchzip, nodejs_20, }: buildNpmPackage rec { pname = "claude-code"; version = "0.2.94"; nodejs = nodejs_20; src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; hash = "sha256-n8K+gwlKjnQH3TPvoosOTUWhQ1iI9OdGuwUUF3raPKU="; Loading Loading
pkgs/by-name/cl/claude-code/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,12 +2,15 @@ lib, buildNpmPackage, fetchzip, nodejs_20, }: buildNpmPackage rec { pname = "claude-code"; version = "0.2.94"; nodejs = nodejs_20; src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; hash = "sha256-n8K+gwlKjnQH3TPvoosOTUWhQ1iI9OdGuwUUF3raPKU="; Loading