oh-my-opencode: move to fork and update

This commit is contained in:
2026-01-29 21:09:28 -05:00
parent aae9549f8a
commit 94f98ae34c
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View File

@@ -464,15 +464,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769620461, "lastModified": 1769737152,
"narHash": "sha256-0bkdu0vuxg6jrLY1Bo7SPLHsKBeClxznmDGMsxC/wt8=", "narHash": "sha256-acFesH4jvsWkHi2fbqKb0370iBvBl9djVXdfInNkwxo=",
"owner": "titaniumtown", "owner": "yebei199",
"repo": "oh-my-opencode", "repo": "oh-my-opencode",
"rev": "95f5e85721a185c5b682cfa0157920c865849a73", "rev": "368a92b694bb130415e576b58f838f8f5ea69d8a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "titaniumtown", "owner": "yebei199",
"ref": "nix", "ref": "nix",
"repo": "oh-my-opencode", "repo": "oh-my-opencode",
"type": "github" "type": "github"

View File

@@ -76,7 +76,7 @@
# wait for https://github.com/code-yeongyu/oh-my-opencode/pull/921 to be merged # wait for https://github.com/code-yeongyu/oh-my-opencode/pull/921 to be merged
oh-my-opencode = { oh-my-opencode = {
url = "github:titaniumtown/oh-my-opencode/nix"; url = "github:yebei199/oh-my-opencode/nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };