fix opencode

This commit is contained in:
2025-08-11 17:57:05 +00:00
parent 28da892e75
commit 958695240d
4 changed files with 222 additions and 1 deletions

3
overlays/opencode.nix Normal file
View File

@@ -0,0 +1,3 @@
final: prev: {
opencode = final.callPackage ./opencode/default.nix { };
}