zc706: trying to understand evaluation problems...

pull/30/head
Sebastien Bourdeauducq 2020-05-01 11:40:10 +08:00
parent 69390df36d
commit 96578b9ad7
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
pkgs ? import <nixpkgs> {},
artiq-zynq ? import <artiq-zynq> { mozillaOverlay = import <mozillaOverlay>; },
}:
{}
{
test = artiq-zynq.zc706-sd-zip
}