refactor: rewrote ai-tools-nix to llm-agent.nix by numtide

This commit is contained in:
Rasyidan Akbar F. 2025-12-18 16:11:45 +07:00
commit 11b4bb2e97
7 changed files with 111 additions and 299 deletions

View file

@ -10,6 +10,10 @@
settings = {
experimental-features = [ "nix-command" "flakes" ];
warn-dirty = false;
# Numtide binary cache for llm-agents.nix packages
extra-substituters = [ "https://cache.numtide.com" ];
extra-trusted-public-keys =
[ "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ber8L+2z9FqRZJ+KBKGE4NNsT0=" ];
};
optimise.automatic = true;
gc = {