use nix-ai-tools for latest claude

This commit is contained in:
Sridhar Ratnakumar 2025-10-09 14:51:20 -04:00
parent 329f5b4c0b
commit 08599ffc38
5 changed files with 104 additions and 13 deletions

View file

@ -16,6 +16,7 @@
"nix-darwin"
"nix-index-database"
"nixvim"
"nix-ai-tools"
];
};
};

View file

@ -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 = {