add apollo firmware to cynthion package

This commit is contained in:
Robin Appelman 2024-07-08 23:00:09 +02:00
commit 10c149f513
7 changed files with 196 additions and 97 deletions

View file

@ -18,11 +18,11 @@
};
inherit (pkgs) lib;
in rec {
devShells.default = pkgs.mkShell {
};
devShells.default =
pkgs.mkShell {
};
packages = {
inherit (pkgs) packetry cynthion cynthion-udev;
inherit (pkgs) packetry cynthion cynthion-udev apollo-cynthion cynthion-gateware;
};
})
// {