flake: make bscanspi bitstreams available in HITL test

pull/1745/head
Sebastien Bourdeauducq 2021-09-02 11:31:34 +08:00 committed by occheung
parent 17b9d2fc5a
commit c78fbe9bd2
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ artiq artiq-board-kc705-nist_clock ps.paramiko ]))
pkgs.lld_11
pkgs.openssh
packages.x86_64-linux.openocd-bscanspi # for the bscanspi bitstreams
];
phases = [ "buildPhase" ];
buildPhase =