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"; };