add opencode to sidecar deps
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 25s

This commit is contained in:
m3tm3re
2026-02-11 19:58:52 +01:00
parent 105629502a
commit 909acf61d3

View File

@@ -5,6 +5,7 @@
gitMinimal, gitMinimal,
makeWrapper, # Add this makeWrapper, # Add this
nix-update-script, nix-update-script,
opencode,
td, td,
tmux, tmux,
versionCheckHook, versionCheckHook,
@@ -49,7 +50,7 @@ buildGoModule (finalAttrs: {
postInstall = '' postInstall = ''
wrapProgram $out/bin/sidecar \ wrapProgram $out/bin/sidecar \
--prefix PATH : ${lib.makeBinPath [td tmux]} --prefix PATH : ${lib.makeBinPath [opencode td tmux]}
''; '';
passthru = { passthru = {