We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f553425 commit 94fbdb6Copy full SHA for 94fbdb6
1 file changed
parts/features/dev/claude-code/default.nix
@@ -19,8 +19,8 @@
19
enable = true;
20
package = pkgs.symlinkJoin {
21
name = "claude-code-wrapped";
22
- paths = [ pkgs.unstable.claude-code ];
23
- nativeBuildInputs = [ pkgs.makeWrapper ];
+ paths = [pkgs.unstable.claude-code];
+ nativeBuildInputs = [pkgs.makeWrapper];
24
postBuild = ''
25
wrapProgram $out/bin/claude \
26
--prefix PATH : ${pkgs.nodejs}/bin
@@ -57,7 +57,6 @@
57
};
58
59
enabledPlugins = {
60
- "rust-analyzer-lsp@claude-plugins-official" = true;
61
"codex@openai-codex" = true;
62
63
0 commit comments