feat(kasen): openwebrxplus raspi

This commit is contained in:
Kat Inskip 2024-05-10 12:52:33 -07:00
parent b5c8cfaba5
commit 9dd6c7326a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 326 additions and 0 deletions

View file

@ -0,0 +1,4 @@
final: prev: let
in {
openwebrxplus = final.python3Packages.callPackage ../packages/openwebrxplus.nix {};
}