From 70834ad0565d8c167c55852651b982165a248824 Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Thu, 30 May 2019 00:41:22 +0200 Subject: [PATCH] extended-tests: depend on openssh --- main.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/main.nix b/main.nix index e51aaca..3dff2ae 100644 --- a/main.nix +++ b/main.nix @@ -82,6 +82,7 @@ in artiqpkgs.binutils-or1k artiqpkgs.openocd pkgs.iputils + pkgs.openssh ]; phases = [ "buildPhase" ]; buildPhase =