Unverified Commit 4c925bf8 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

claude-code: fix darwin sandboxed build (#405056)

parents 5ee93d25 8d98a179
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.101";

  nodejs = nodejs_20;

  src = fetchzip {
    url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
    hash = "sha256-rz5SNDj0amXZ32pCuCSHkG08fhi9j8H7JKOl4RYFIrM=";