From 0f0429b4b2798bdb5312dc27a3b75a2191c510aa Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 8 Apr 2026 13:04:30 -0400 Subject: [PATCH] llm-agents.nix: use fork that compiles omp from source --- flake.lock | 35 +++++++++++++++++++++++++++++------ flake.nix | 2 +- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index a5bde74..14c1274 100644 --- a/flake.lock +++ b/flake.lock @@ -404,19 +404,21 @@ "nixpkgs": [ "nixpkgs" ], + "rust-overlay": "rust-overlay", "systems": "systems_3", "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1775574328, - "narHash": "sha256-tP3lX6AFBIrQbusqlZ9ZuDwmSdxGb4wNoExlQJu/5iA=", - "owner": "numtide", + "lastModified": 1775663139, + "narHash": "sha256-mFmUbE2OLNl0YA1RACprVObeBjK8Qv9aV/V6fmn3mUU=", + "owner": "titaniumtown", "repo": "llm-agents.nix", - "rev": "c2295fea15e066efc8d21996e9f5d4e9c41e271b", + "rev": "a507240bd404b28dbfc7e8d98bdf6c265e2ad51a", "type": "github" }, "original": { - "owner": "numtide", + "owner": "titaniumtown", + "ref": "pr/omp-build-from-source", "repo": "llm-agents.nix", "type": "github" } @@ -660,11 +662,32 @@ "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "noctalia": "noctalia", - "rust-overlay": "rust-overlay", + "rust-overlay": "rust-overlay_2", "zen-browser": "zen-browser" } }, "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": { "nixpkgs": [ "nixpkgs" diff --git a/flake.nix b/flake.nix index aaad4f1..231a1ee 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };