add opencode to sidecar deps
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 25s
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 25s
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user