Unverified Commit 8d98a179 authored by Matteo Pacini's avatar Matteo Pacini
Browse files

claude-code: fix darwin build

parent 8ddddcd3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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=";