Skip to content

Commit ce76590

Browse files
committed
chore: Update darwin configuration
1 parent e30179c commit ce76590

3 files changed

Lines changed: 87 additions & 9 deletions

File tree

users/jloos/home.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ in
6565
./modules/ghostty.nix
6666
./modules/zed.nix
6767
./modules/zoxide.nix
68-
# ./modules/claude-code.nix
68+
./modules/claude-code.nix
6969
];
7070

7171
programs.nix-index-database.comma.enable = true;
@@ -96,7 +96,7 @@ in
9696
rename
9797
tldr
9898
gemini-cli
99-
claude-code
99+
# claude-code
100100
mgrep
101101
spec-kit
102102
#> ERROR: Could not find a version that satisfies the requirement keyring<24.0,>=23.4 (from yubikey-manager) (from versions: none)

users/jloos/modules/claude-code.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
home.packages = with pkgs; [
44
(pkgs.buildNpmPackage rec {
55
pname = "claude-code";
6-
version = "2.0.51";
6+
version = "2.0.72";
77

88
src = pkgs.fetchurl {
99
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
10-
hash = "sha256-h7i7k0WdWhMgFhg4i2dTsYM/u94aZRcaJNCvJfJ7AC4=";
10+
hash = "sha256-MeDnwe98890zSqRvqqePzrzYirKrLNmE2P2wL9lxaK0=";
1111
};
1212

13-
npmDepsHash = "sha256-Hvix7YySZ0Z88deeDA4rHrEAUhzhUqPL+nPJJ46JncQ=";
13+
npmDepsHash = "sha256-mOKPjjzN0bRTJ7+B/zY5MYMgcIqyMbTMVBJvLHk36pM=";
1414

1515
# Get with `npm install @anthropic-ai/claude-code --package-lock-only`
1616
postPatch = ''

users/jloos/modules/claude-code/package-lock.json

Lines changed: 82 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)