flake: export packages

pull/202/head
Sebastien Bourdeauducq 2022-08-29 19:55:27 +08:00
parent f3310324d7
commit 38f4d6cd2e
1 changed files with 5 additions and 1 deletions

View File

@ -329,7 +329,11 @@
'';
};
in rec {
packages.x86_64-linux = (build { target = "zc706"; variant = "nist_clock"; }) //
packages.x86_64-linux =
{
inherit fastnumbers artiq-netboot ramda migen-axi binutils-arm;
} //
(build { target = "zc706"; variant = "nist_clock"; }) //
(build { target = "zc706"; variant = "nist_clock_master"; }) //
(build { target = "zc706"; variant = "nist_clock_satellite"; }) //
(build { target = "zc706"; variant = "nist_clock_satellite_100mhz"; }) //