This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-25 03:17:13 +00:00
Code
Issues
Wiki
Activity
779ae06467
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
intel-5000.nix
4 lines
51 B
Nix
Raw
Normal View
History
Unescape
Escape
intel5000 firmware svn path=/nixos/branches/modular-nixos/; revision=16473
2009-07-27 15:08:14 +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
;
intel5000 firmware svn path=/nixos/branches/modular-nixos/; revision=16473
2009-07-27 15:08:14 +01:00
}
Copy permalink