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

35
flake.lock generated
View File

@@ -404,19 +404,21 @@
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"rust-overlay": "rust-overlay",
"systems": "systems_3", "systems": "systems_3",
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1775574328, "lastModified": 1775663139,
"narHash": "sha256-tP3lX6AFBIrQbusqlZ9ZuDwmSdxGb4wNoExlQJu/5iA=", "narHash": "sha256-mFmUbE2OLNl0YA1RACprVObeBjK8Qv9aV/V6fmn3mUU=",
"owner": "numtide", "owner": "titaniumtown",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"rev": "c2295fea15e066efc8d21996e9f5d4e9c41e271b", "rev": "a507240bd404b28dbfc7e8d98bdf6c265e2ad51a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "numtide", "owner": "titaniumtown",
"ref": "pr/omp-build-from-source",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"type": "github" "type": "github"
} }
@@ -660,11 +662,32 @@
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"noctalia": "noctalia", "noctalia": "noctalia",
"rust-overlay": "rust-overlay", "rust-overlay": "rust-overlay_2",
"zen-browser": "zen-browser" "zen-browser": "zen-browser"
} }
}, },
"rust-overlay": { "rust-overlay": {
"inputs": {
"nixpkgs": [
"llm-agents",
"nixpkgs"
]
},
"locked": {
"lastModified": 1775617983,
"narHash": "sha256-2NWGA/I4j/qlx6qbg86QvJiK1/GyH9gnf0hFiARWVwE=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "d98b91b1feae7ef07fa2ccb3aa3f83f11abfae54",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"rust-overlay_2": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"

View File

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