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:
parent
700b832e76
commit
75a7cf6180
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue