nix-ai-tools not that up to date

This commit is contained in:
William 2026-02-19 09:02:16 -03:00
parent d51f6f14db
commit be4553046c

View file

@ -4,11 +4,8 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
environment.systemPackages = environment.systemPackages =
(with pkgs; [ ]) (with pkgs; [ opencode ])
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [ ++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
claude-code
claudebox
opencode
]); ]);
}; };
} }