refactor: rewrote ai-tools-nix to llm-agent.nix by numtide
This commit is contained in:
parent
c8ec3e8ad3
commit
11b4bb2e97
7 changed files with 111 additions and 299 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue