Remove opencode from devenv
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful

This commit is contained in:
2026-05-05 22:37:31 +02:00
parent 1afc458bc5
commit d86ad3d257
-10
View File
@@ -41,16 +41,6 @@ in
openbao openbao
pv-migrate pv-migrate
mermaid-cli mermaid-cli
(
# Wrapping opencode to set the OPENCODE_ENABLE_EXA environment variable
runCommand "opencode" {
buildInputs = [ makeWrapper ];
} ''
mkdir -p $out/bin
makeWrapper ${pkgs.opencode}/bin/opencode $out/bin/opencode \
--set OPENCODE_ENABLE_EXA "1"
''
)
tea tea
woodpecker-cli woodpecker-cli
]; ];