mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 14:24:07 +02:00
add apollo firmware to cynthion package
This commit is contained in:
parent
19838d3e06
commit
10c149f513
7 changed files with 196 additions and 97 deletions
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue