tmuxbash: run bash from $PATH

compress-drv-tests
Motiejus Jakštys 2024-02-05 10:05:42 +02:00 committed by Motiejus Jakštys
parent eeaed5f3ab
commit 0d0aa0179b
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{
tmux,
bash,
writeShellApplication,
...
}:
@ -8,6 +7,6 @@ writeShellApplication {
name = "tmuxbash";
text = ''
${tmux}/bin/tmux
${bash}/bin/bash
exec bash
'';
}