From 14e2a99eb3db6603de157c55b944cdd0a5c560cc Mon Sep 17 00:00:00 2001 From: Hans Muendelein Date: Mon, 21 Oct 2024 17:50:14 +0200 Subject: [PATCH] Add ssh to shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 0df0ace..14a5360 100644 --- a/shell.nix +++ b/shell.nix @@ -12,5 +12,6 @@ pkgs.mkShell { git vim pinentry-curses + ssh ]; }