hostmux: add updater

This commit is contained in:
git
2024-10-30 11:23:34 +01:00
committed by Yaya
parent a28378e0b3
commit 806fb7cb5e
+3
View File
@@ -4,6 +4,7 @@
, installShellFiles
, openssh
, tmux
, gitUpdater
}:
stdenv.mkDerivation (finalAttrs: {
@@ -43,6 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = gitUpdater { };
meta = {
description = "Small wrapper script for tmux to easily connect to a series of hosts via ssh and open a split pane for each of the hosts";
homepage = "https://github.com/hukl/hostmux";