This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
bb8c6b038d
nixpkgs
/
modules
/
hardware
/
network
/
intel-4965agn.nix
6 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
* "hardware" belongs in the NixOS tree, not in the configurations tree. (The configurations tree is not for general use.) svn path=/nixos/branches/modular-nixos/; revision=15672
2009-05-20 12:44:50 +02: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 21:27:15 +02:00
hardware
.
firmware
=
[
config
.
boot
.
kernelPackages
.
iwlwifi4965ucode
]
;
* "hardware" belongs in the NixOS tree, not in the configurations tree. (The configurations tree is not for general use.) svn path=/nixos/branches/modular-nixos/; revision=15672
2009-05-20 12:44:50 +02:00
}
Reference in a new issue
Copy permalink