feat: replace local opencode with upstream flake input v1.1.27

- Add `opencode` flake input pinned to v1.1.27 for stability
- Remove local `pkgs/opencode` derivation and overlay
- Add `opencode` and `opencode-desktop` to `pkgs/default.nix` from input
This commit is contained in:
m3tm3re
2026-01-20 18:32:28 +01:00
parent d3809a7b5e
commit de3850fb1b
7 changed files with 46 additions and 273 deletions

View File

@@ -3,7 +3,6 @@
# This overlay contains package overrides and modifications
# n8n = import ./n8n.nix {inherit prev;};
# opencode = import ./opencode.nix {inherit prev;};
# beads = import ./beads.nix {inherit prev;};
# Add more modifications here as needed