claude:..

This commit is contained in:
Sridhar Ratnakumar 2026-04-11 10:30:39 -04:00
parent d9b6285774
commit 6f38a2d2fb
3 changed files with 7 additions and 5 deletions

View file

@ -11,10 +11,10 @@
programs.claude-code = {
enable = true;
package = pkgs.claude-code;
autoWire.dirs = [
(flake.self.outPath + "/AI")
];
# Installed outside Nix (e.g., via npm) to get auto-updates.
# This requires disabling autoWire too, since wiring MCP servers
# needs a package to wrap.
package = null;
autoWire.enable = false;
};
}