This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
MirrorHub
/
nixpkgs
Watch
0
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-16 23:03:40 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
230c97c944
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 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