my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove the sdrpp version overlay stuff

chfour 062b8c46 af820af9

+1 -12
+1 -12
overlays/default.nix
··· 3 3 { 4 4 nixpkgs.overlays = [ 5 5 (self: super: { 6 - sdrpp = super.sdrpp.overrideAttrs (old: { 7 - src = super.fetchFromGitHub { 8 - owner = "AlexandreRouma"; 9 - repo = "SDRPlusPlus"; 10 - rev = "794d6ff5acf66d5da7fb7fceba7b952c95305960"; 11 - hash = "sha256-usP5WUXxIJkr/y4X8TXioJKamY17RRfMnwVHRUotKZk="; 12 - }; 13 - buildInputs = old.buildInputs ++ (with pkgs; [ zstd ]); 14 - }); 15 - }) 16 - (self: super: { 17 - sdrpp = super.sdrpp.override { weather_sat_decoder = false; m17_decoder = true; }; 6 + sdrpp = super.sdrpp.override { m17_decoder = true; }; 18 7 }) 19 8 (self: super: { 20 9 cnping = super.cnping.overrideAttrs (old: {