flake: expose build, allow selection of output #191

Merged
sb10q merged 2 commits from mwojcik/artiq-zynq:flake_expose_build into master 2022-05-26 12:29:51 +08:00

View File

@ -374,5 +374,7 @@
SZL = "${zynqpkgs.szl}"; SZL = "${zynqpkgs.szl}";
}; };
makeArtiqZynqPackage = build;
}; };
} }