feat(unstable): add opencode to default.nix

- Added `opencode` to the list of inherited packages from `channels.unstable`.
- Ensures availability of the `opencode` tool for users by default.
This commit is contained in:
Harald Hoyer 2025-09-11 09:08:18 +02:00
parent 700b832e76
commit 75a7cf6180

View file

@ -2,6 +2,7 @@
final: prev: { final: prev: {
inherit (channels.unstable) inherit (channels.unstable)
gemini-cli gemini-cli
opencode
# open-webui # open-webui
# vscode # vscode
# nodejs_20 # nodejs_20