This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ed1bc1e180
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 15:08:14 +01: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 20:27:15 +01:00
hardware
.
firmware
=
[
pkgs
.
iwlwifi5000ucode
]
;
intel5000 firmware svn path=/nixos/branches/modular-nixos/; revision=16473
2009-07-27 15:08:14 +01:00
}
Reference in New Issue
Copy Permalink