From 2b1cb04e139e9ae7f7c263be1811174c219c5e6b Mon Sep 17 00:00:00 2001 From: Hans Muendelein Date: Mon, 21 Oct 2024 17:59:54 +0200 Subject: [PATCH] Remove ssh again it wasn't at fault --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 14a5360..0df0ace 100644 --- a/shell.nix +++ b/shell.nix @@ -12,6 +12,5 @@ pkgs.mkShell { git vim pinentry-curses - ssh ]; }