This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
779ae06467
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
broadcom-43xx.nix
4 lines
51 B
Nix
Raw
Normal View
History
Unescape
Escape
* Add a module for the Broadcom firmware. Also, add it to the installation CD (though the kernel on the CD is not recent enough yet to actually support the device). (This is kind of an abuse of "not-detected.nix".) svn path=/nixos/trunk/; revision=30003
2011-10-25 00:41:33 +01:00
{
hardware: add enableRedistributalFirmware Due the recent inclusion of broadcom-bt-firmware in enableAllFirmware, it was required to set `nixpkgs.config.allowUnfree` to obtain the full list. To make this dependency more explicit an assertion is added and an alternative option `enableRedistributalFirmware` is provided to only obtain firmware with an license allowing redistribution.
2017-05-08 08:50:03 +01:00
hardware
.
enableRedistributalFirmware
=
true
;
* Add a module for the Broadcom firmware. Also, add it to the installation CD (though the kernel on the CD is not recent enough yet to actually support the device). (This is kind of an abuse of "not-detected.nix".) svn path=/nixos/trunk/; revision=30003
2011-10-25 00:41:33 +01:00
}
Copy permalink