From 113f4373f879325c2f95f80271f343ce1b6484c8 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 10 Mar 2026 12:20:01 -0400 Subject: [PATCH] opencode: use upstream llm-agents.nix package for oh-my-opencode --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 0a25c6e..bc0dcaa 100644 --- a/flake.lock +++ b/flake.lock @@ -386,16 +386,15 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1773075920, - "narHash": "sha256-3ebydDinuiBxpJS2d8mAbbnbvhIYTKflOtQRxXR4XhA=", - "owner": "Titaniumtown", + "lastModified": 1773158563, + "narHash": "sha256-VPvwW74LAdRnq0aFxft8aSn3dyX7cR4/y34orO1ey0g=", + "owner": "numtide", "repo": "llm-agents.nix", - "rev": "838a33179e2364e010ed1dd16cb9ca95998f4237", + "rev": "1b5bb4ebc886e51cc581eadd7926a47961951a1b", "type": "github" }, "original": { - "owner": "Titaniumtown", - "ref": "pr/oh-my-opencode", + "owner": "numtide", "repo": "llm-agents.nix", "type": "github" } diff --git a/flake.nix b/flake.nix index c821f09..801a4c9 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ }; llm-agents = { - url = "github:Titaniumtown/llm-agents.nix/pr/oh-my-opencode"; + url = "github:numtide/llm-agents.nix"; inputs.nixpkgs.follows = "nixpkgs"; };