From a6d5f444d11169ceb53f5844b19d8f08eb76026c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 1 May 2020 11:40:43 +0800 Subject: [PATCH] zc706: trying to understand evaluation problems... --- zc706.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zc706.nix b/zc706.nix index 3245426..fa226f7 100644 --- a/zc706.nix +++ b/zc706.nix @@ -3,5 +3,5 @@ artiq-zynq ? import { mozillaOverlay = import ; }, }: { - test = artiq-zynq.zc706-sd-zip + test = artiq-zynq.zc706-sd-zip; }