install llm-agents from daily updating flake
Some checks failed
Build Images / build (push) Successful in 1m18s
Check / check (push) Failing after 2m29s

This commit is contained in:
Joakim Repomaa
2026-05-29 19:19:41 +03:00
parent e58500f6d1
commit 0e664c51f5
3 changed files with 246 additions and 95 deletions

View File

@@ -83,6 +83,10 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
llm-agents = {
url = "github:numtide/llm-agents.nix";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
outputs =
{