Skip to content

Commit 6a18fac

Browse files
MaxDatenclaude
andcommitted
build(dependencies): update claude-code to 2.1.85 and lock file updates
- Update @anthropic-ai/claude-code from 2.1.83 to 2.1.85 - Update devenv.lock with latest dependency versions - Update flake.lock with latest input versions - Add Developer Profile section to CLAUDE.md for GSD user preferences Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent cc5e6f7 commit 6a18fac

4 files changed

Lines changed: 59 additions & 25 deletions

File tree

devenv.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1774466721,
7-
"narHash": "sha256-yi8Y0l5ZeJEGbvs48zBSqi183lMncn/ZQlpEbV07NEo=",
6+
"lastModified": 1774475276,
7+
"narHash": "sha256-z4erC+oMEuBHtox+B46FCv77IPvNy4SyXw/EeBxsD4I=",
88
"owner": "cachix",
99
"repo": "devenv",
10-
"rev": "1172f805e4497b6d562b32116c8a15ba5d207967",
10+
"rev": "f8ca2c061ec2feceee1cf1c5e52c92f58b6aec9c",
1111
"type": "github"
1212
},
1313
"original": {

flake.lock

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

users/jloos/modules/claude-code.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ in
100100
When a tool is missing in environment, try to use `nix` like `nix shell nixpkgs#nodejs_latest -c npx --help` first.
101101
102102
Before editing config that references CLI tool options, always verify the correct syntax first by running `--help`, `man <tool>`, or reading docs. Never guess at flag values, separators, or option names.
103+
104+
## Developer Profile
105+
106+
Read `~/.claude/get-shit-done/USER-PROFILE.md` for behavioral preferences and directives on how to interact with this developer. Apply the directives based on their confidence level.
103107
'';
104108

105109
home.file.".claude/statusline-command" = {
@@ -111,14 +115,14 @@ in
111115
notebooklm
112116
(pkgs.buildNpmPackage rec {
113117
pname = "claude-code";
114-
version = "2.1.83";
118+
version = "2.1.85";
115119

116120
src = pkgs.fetchurl {
117121
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
118-
hash = "sha256-Wo2YEWQeHdxAb7+tPD326V8PD0CB8jE31KCpRK0uBWE=";
122+
hash = "sha256-kCNzGoLCu/TwSTs3CYx1aes+6WRbVGTpLsHEyGTVGDc=";
119123
};
120124

121-
npmDepsHash = "sha256-aGZx7/SFIprDPQpwGcaquP2PFfVGrc2+vbwlHdltXuA=";
125+
npmDepsHash = "sha256-Kh86ssTUhO+PhTsN3FZAFo/WseoUpSkVCatU30CiRaM=";
122126

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

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

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

0 commit comments

Comments
 (0)