mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 22:34:06 +02:00
expose apollo-fpga in overlay
This commit is contained in:
parent
10c149f513
commit
37b2e28862
3 changed files with 4 additions and 2 deletions
|
|
@ -30,3 +30,4 @@ A nix flake packaging [cynthion](https://github.com/greatscottgadgets/cynthion/)
|
|||
- [cynthion](https://github.com/greatscottgadgets/cynthion/)
|
||||
- cynthion-udev
|
||||
- [packetry](https://github.com/greatscottgadgets/packetry)
|
||||
- [apollo-fpga](https://github.com/greatscottgadgets/apollo)
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
pkgs.mkShell {
|
||||
};
|
||||
packages = {
|
||||
inherit (pkgs) packetry cynthion cynthion-udev apollo-cynthion cynthion-gateware;
|
||||
inherit (pkgs) packetry cynthion cynthion-udev apollo-cynthion cynthion-gateware apollo-fpga;
|
||||
};
|
||||
})
|
||||
// {
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@ final: prev: {
|
|||
cynthion-unwrapped = final.python-cynthion.pkgs.callPackage ./pkgs/cynthion/cynthion.nix {};
|
||||
cynthion-gateware = final.callPackage ./pkgs/cynthion/gateware.nix {};
|
||||
cynthion-udev = final.callPackage ./pkgs/cynthion/udev.nix {};
|
||||
apollo-fpga = final.python-cynthion.pkgs.apollo-fpga;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue