fix: add tmux to sidecar deps

This commit is contained in:
m3tm3re
2026-02-11 18:03:31 +01:00
parent f1fff4245f
commit 105629502a
10 changed files with 4 additions and 232 deletions

View File

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