From 4cddcefca0769d68ded2404e48ba96f5141c2d0e Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 27 Jul 2022 11:26:16 -0700 Subject: [PATCH] shell.nix: add sshpass for use in tools/gen* --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 84bfb75..a2eadab 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,7 @@ pkgs.mkShell { wget # wget qemu # qemu-img, qemu-system-* qemu_kvm + sshpass ]; hardeningDisable = [ "all" ];