This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-01 23:22:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a0bbc3e838
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
intel-5000.nix
4 lines
41 B
Nix
Raw
Normal View
History
Unescape
Escape
intel5000 firmware svn path=/nixos/branches/modular-nixos/; revision=16473
2009-07-27 14:08:14 +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
;
intel5000 firmware svn path=/nixos/branches/modular-nixos/; revision=16473
2009-07-27 14:08:14 +00:00
}
Reference in New Issue
Copy Permalink