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
3dda354610
nixpkgs
/
modules
/
hardware
/
network
/
zydas-zd1211.nix
6 lines
67 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
=
[
pkgs
.
zd1211fw
]
;
* "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