chore(nix): disable opencode in unstable overlay
- Commented out `opencode` from the unstable overlay in default.nix. - Ensures the package is excluded without permanent removal.
This commit is contained in:
parent
0d2b7bd942
commit
734bd82b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
final: prev: {
|
final: prev: {
|
||||||
inherit (channels.unstable)
|
inherit (channels.unstable)
|
||||||
gemini-cli
|
gemini-cli
|
||||||
opencode
|
# opencode
|
||||||
tailscale
|
tailscale
|
||||||
# open-webui
|
# open-webui
|
||||||
# vscode
|
# vscode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue