llm-agents.nix: use fork that compiles omp from source

This commit is contained in:
2026-04-08 13:04:30 -04:00
parent 8485f07c8d
commit 0f0429b4b2
2 changed files with 30 additions and 7 deletions

View File

@@ -80,7 +80,7 @@
};
llm-agents = {
url = "github:numtide/llm-agents.nix";
url = "github:titaniumtown/llm-agents.nix/pr/omp-build-from-source";
inputs.nixpkgs.follows = "nixpkgs";
};