fix: add tmux to sidecar deps
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user