nixos/firmware: Omit removed rtl8723-bs package

This commit is contained in:
Jonathan Ringer 2023-12-05 14:29:21 -08:00 committed by Jonathan Ringer
parent cd80262697
commit 432b9bd620

View File

@ -48,10 +48,7 @@ in {
alsa-firmware
sof-firmware
libreelec-dvb-firmware
] ++ optional pkgs.stdenv.hostPlatform.isAarch raspberrypiWirelessFirmware
++ optionals (versionOlder config.boot.kernelPackages.kernel.version "4.13") [
rtl8723bs-firmware
];
] ++ optional pkgs.stdenv.hostPlatform.isAarch raspberrypiWirelessFirmware;
})
(mkIf cfg.enableAllFirmware {
assertions = [{