3
0
Fork 0
forked from mirrors/nixpkgs

nixos: don't put non-firmware in hardware.firmware

These two packages don't have a lib/firmware directory, so putting
them in hardware.firmware has no effect.  This will become a hard
error once firmware compression is implemented.

(In the case of Linux, the firmware was all moved to linux-firmware.)
This commit is contained in:
Alyssa Ross 2022-05-12 15:17:51 +00:00
parent e2456aed84
commit 85d792a928
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0
2 changed files with 0 additions and 4 deletions

View file

@ -83,7 +83,6 @@ in {
broadcom-bt-firmware
b43Firmware_5_1_138
b43Firmware_6_30_163_46
b43FirmwareCutter
xow_dongle-firmware
] ++ optionals pkgs.stdenv.hostPlatform.isx86 [
facetimehd-calibration

View file

@ -273,9 +273,6 @@ in
boot.kernelModules = [ "loop" "atkbd" ];
# The Linux kernel >= 2.6.27 provides firmware.
hardware.firmware = [ kernel ];
# Create /etc/modules-load.d/nixos.conf, which is read by
# systemd-modules-load.service to load required kernel modules.
environment.etc =