nix-ai-tools not that up to date
This commit is contained in:
parent
d51f6f14db
commit
be4553046c
1 changed files with 1 additions and 4 deletions
|
|
@ -4,11 +4,8 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages =
|
||||
(with pkgs; [ ])
|
||||
(with pkgs; [ opencode ])
|
||||
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
claude-code
|
||||
claudebox
|
||||
opencode
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue