This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-24 06:31:02 +00:00
Code
Issues
Wiki
Activity
ed83b8a61c
nixpkgs
/
nixos
/
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 11:44:50 +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
.
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 11:44:50 +01:00
}
Copy permalink