From a56931d5475e908416bdf39fa6621db89d18d54f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 9 Mar 2019 13:44:23 +0800 Subject: [PATCH] artiq-dev: support remote board flashing --- artiq/artiq-dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/artiq-dev.nix b/artiq/artiq-dev.nix index bf90832..8f1e3f0 100644 --- a/artiq/artiq-dev.nix +++ b/artiq/artiq-dev.nix @@ -18,7 +18,7 @@ in xorg.libXext xorg.libXtst xorg.libXi - (python3.withPackages(ps: with ps; [ jinja2 numpy artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq ])) + (python3.withPackages(ps: with ps; [ jinja2 numpy paramiko artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq ])) git cargo ] ++