2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

flake: make bscanspi bitstreams available in HITL test

This commit is contained in:
Sebastien Bourdeauducq 2021-09-02 11:31:34 +08:00 committed by occheung
parent 17b9d2fc5a
commit c78fbe9bd2

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 =