mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-08 23:55:01 +08:00
claude:..
This commit is contained in:
parent
d9b6285774
commit
6f38a2d2fb
3 changed files with 7 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue