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