Add ssh to shell

This commit is contained in:
Hans Muendelein 2024-10-21 17:50:14 +02:00
parent 06f3bce08a
commit 14e2a99eb3
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ pkgs.mkShell {
git git
vim vim
pinentry-curses pinentry-curses
ssh
]; ];
} }