This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced
2024-12-29 06:45:54 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
8a07499620
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
intel-5150.nix
4 lines
41 B
Nix
Raw
Normal View
History
Unescape
Escape
intel-5150.nix: add Intel 5150 wireless firmware support Author: Sergey Mironov <ierton@gmail.com> svn path=/nixos/trunk/; revision=31231
2012-01-03 18:12:41 +04: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 04:27:44 +04:00
hardware
.
enableAllFirmware
=
true
;
intel-5150.nix: add Intel 5150 wireless firmware support Author: Sergey Mironov <ierton@gmail.com> svn path=/nixos/trunk/; revision=31231
2012-01-03 18:12:41 +04:00
}
Reference in New Issue
Copy Permalink