opencode: use upstream llm-agents.nix package for oh-my-opencode

This commit is contained in:
2026-03-10 12:20:01 -04:00
parent 1b79e12925
commit 113f4373f8
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View File

@@ -386,16 +386,15 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1773075920, "lastModified": 1773158563,
"narHash": "sha256-3ebydDinuiBxpJS2d8mAbbnbvhIYTKflOtQRxXR4XhA=", "narHash": "sha256-VPvwW74LAdRnq0aFxft8aSn3dyX7cR4/y34orO1ey0g=",
"owner": "Titaniumtown", "owner": "numtide",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"rev": "838a33179e2364e010ed1dd16cb9ca95998f4237", "rev": "1b5bb4ebc886e51cc581eadd7926a47961951a1b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Titaniumtown", "owner": "numtide",
"ref": "pr/oh-my-opencode",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"type": "github" "type": "github"
} }

View File

@@ -75,7 +75,7 @@
}; };
llm-agents = { llm-agents = {
url = "github:Titaniumtown/llm-agents.nix/pr/oh-my-opencode"; url = "github:numtide/llm-agents.nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };