diff options
| author | Grisha Shipunov | 2025-11-10 22:11:20 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-11-10 22:11:51 +0100 |
| commit | d06f9374b34c09de0740175c0070da3aa853115f (patch) | |
| tree | 9e487aa0eefeeb924694a8d9427d04f027894a52 /modules | |
| parent | 2df0d0e765256f1445a9d42dbcdbd0d3b4aa6986 (diff) | |
better gnuradio
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/radio.nix | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/radio.nix b/modules/radio.nix index 391e98b..bf118bb 100644 --- a/modules/radio.nix +++ b/modules/radio.nix @@ -2,7 +2,16 @@ { environment.systemPackages = with pkgs; [ - gnuradio + (gnuradio.override { + extraPackages = with gnuradioPackages; [ + osmosdr + fosphor + lora_sdr + ]; + extraPythonPackages = with gnuradio.python.pkgs; [ + numpy + ]; + }) gqrx cubicsdr sdrangel |
