From f1f7fe8da69d4ae6bf4a7345a42e86136e33cbab Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 13 Jul 2020 10:44:25 +0800 Subject: [PATCH] fix gateware pure build --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 60068792..78e2dfe2 100644 --- a/default.nix +++ b/default.nix @@ -48,7 +48,7 @@ let ]; } '' - python ${./src/gateware/zc706.py} -g build -V ${variant} + python ${./src/gateware}/zc706.py -g build -V ${variant} mkdir -p $out $out/nix-support cp build/top.bit $out echo file binary-dist $out/top.bit >> $out/nix-support/hydra-build-products