We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd80262 commit 432b9bdCopy full SHA for 432b9bd
nixos/modules/hardware/all-firmware.nix
@@ -48,10 +48,7 @@ in {
48
alsa-firmware
49
sof-firmware
50
libreelec-dvb-firmware
51
- ] ++ optional pkgs.stdenv.hostPlatform.isAarch raspberrypiWirelessFirmware
52
- ++ optionals (versionOlder config.boot.kernelPackages.kernel.version "4.13") [
53
- rtl8723bs-firmware
54
- ];
+ ] ++ optional pkgs.stdenv.hostPlatform.isAarch raspberrypiWirelessFirmware;
55
})
56
(mkIf cfg.enableAllFirmware {
57
assertions = [{
0 commit comments