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,
|
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user