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
2025-01-01 18:44:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
167ccdd537
nixpkgs
/
modules
/
hardware
/
network
/
intel-5000.nix
6 lines
75 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
{
pkgs
,
config
,
.
.
.
}:
{
* Move the firmware loader into a separate module. * services.udev.addFirmware -> hardware.firmware. svn path=/nixos/trunk/; revision=16657
2009-08-10 19:27:15 +00:00
hardware
.
firmware
=
[
pkgs
.
iwlwifi5000ucode
]
;
intel5000 firmware svn path=/nixos/branches/modular-nixos/; revision=16473
2009-07-27 14:08:14 +00:00
}
Reference in New Issue
Copy Permalink