THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
jolheiser
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
36d0f367de
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
intel-6000g2a.nix
4 lines
41 B
Nix
Raw
Normal View
History
Unescape
Escape
Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode). svn path=/nixos/trunk/; revision=29020
2011-09-05 09:19:55 +00:00
{
Use the Debian firmware package instead of the Intel-specific ones The intel-*.nix modules are obsolete (since you can just say ‘hardware.enableAllFirmware = true’, or equivalently, ‘hardware.firmware = [ pkgs.firmwareLinuxNonfree ]’). But we'll keep them around for compatibility.
2013-08-14 00:27:44 +00:00
hardware
.
enableAllFirmware
=
true
;
Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode). svn path=/nixos/trunk/; revision=29020
2011-09-05 09:19:55 +00:00
}
Reference in New Issue
Copy Permalink