GNU Radio
GNU Radio is a free and opensource Software Defined Radio platform. NixOS supports currently maintained versions 3.10, 3.9, 3.8.
{
environment.systemPackages = with pkgs; [
(gnuradio3_8.override {
extraPackages = with gnuradio3_8Packages; [
osmosdr
limesdr
];
extraPythonPackages = with gnuradio3_8.python.pkgs; [
numpy
];
})
];
}