forked from M-Labs/artiq
flake: make bscanspi bitstreams available in HITL test
This commit is contained in:
parent
17b9d2fc5a
commit
c78fbe9bd2
|
@ -327,6 +327,7 @@
|
||||||
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ artiq artiq-board-kc705-nist_clock ps.paramiko ]))
|
(pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ artiq artiq-board-kc705-nist_clock ps.paramiko ]))
|
||||||
pkgs.lld_11
|
pkgs.lld_11
|
||||||
pkgs.openssh
|
pkgs.openssh
|
||||||
|
packages.x86_64-linux.openocd-bscanspi # for the bscanspi bitstreams
|
||||||
];
|
];
|
||||||
phases = [ "buildPhase" ];
|
phases = [ "buildPhase" ];
|
||||||
buildPhase =
|
buildPhase =
|
||||||
|
|
Loading…
Reference in New Issue