feat: add localized tmux server

This commit is contained in:
Tamipes 2026-05-28 17:56:42 +02:00
parent a5da8a4e15
commit efe080a9e7
2 changed files with 10 additions and 0 deletions

View file

@ -142,6 +142,11 @@
# Extra inputs can be added here; cargo and rustc are provided by default.
packages = [
pkgs.rust-analyzer
(pkgs.writers.writeBashBin "tmux" ''
exec ${lib.getExe pkgs.tmux} -S /tmp/tmux-kube_ingress "$@"
''
)
];
};
});