From bc6e196548c2f2c03e325c229b71855fe889d7e2 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 31 Jan 2026 00:56:23 -0500 Subject: [PATCH] Revert "oh-my-opencode: move to fork and update" This reverts commit 94f98ae34c4bdf62b1f72050eddf2a4819bf4fcf. --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index b64c01e..d31ad51 100644 --- a/flake.lock +++ b/flake.lock @@ -464,15 +464,15 @@ ] }, "locked": { - "lastModified": 1769737152, - "narHash": "sha256-acFesH4jvsWkHi2fbqKb0370iBvBl9djVXdfInNkwxo=", - "owner": "yebei199", + "lastModified": 1769620461, + "narHash": "sha256-0bkdu0vuxg6jrLY1Bo7SPLHsKBeClxznmDGMsxC/wt8=", + "owner": "titaniumtown", "repo": "oh-my-opencode", - "rev": "368a92b694bb130415e576b58f838f8f5ea69d8a", + "rev": "95f5e85721a185c5b682cfa0157920c865849a73", "type": "github" }, "original": { - "owner": "yebei199", + "owner": "titaniumtown", "ref": "nix", "repo": "oh-my-opencode", "type": "github" diff --git a/flake.nix b/flake.nix index c32a2f8..f987bd5 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,7 @@ # wait for https://github.com/code-yeongyu/oh-my-opencode/pull/921 to be merged oh-my-opencode = { - url = "github:yebei199/oh-my-opencode/nix"; + url = "github:titaniumtown/oh-my-opencode/nix"; inputs.nixpkgs.follows = "nixpkgs"; }; };