mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-25 17:37:18 +08:00
use nix-ai-tools for latest claude
This commit is contained in:
parent
329f5b4c0b
commit
08599ffc38
5 changed files with 104 additions and 13 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"nix-darwin"
|
||||
"nix-index-database"
|
||||
"nixvim"
|
||||
"nix-ai-tools"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ flake, pkgs, lib, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
subagentsDir = ./subagents;
|
||||
agents = lib.mapAttrs'
|
||||
|
|
@ -27,7 +27,7 @@ in
|
|||
|
||||
# Wrapped Claude Code with Google Vertex AI auth
|
||||
# See https://github.com/juspay/vertex
|
||||
package = flake.inputs.vertex.packages.${pkgs.system}.default;
|
||||
package = pkgs.vertex-claude;
|
||||
|
||||
# Basic settings for Claude Code
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue