From c78fbe9bd23733d97ac5e778698aafdc0038fe08 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 2 Sep 2021 11:31:34 +0800 Subject: [PATCH] flake: make bscanspi bitstreams available in HITL test --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d9757df96..719be5abe 100644 --- a/flake.nix +++ b/flake.nix @@ -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 =