This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
58ea86bd87
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
smc-2632w
/
default.nix
10 lines
118 B
Nix
Raw
Normal View
History
Unescape
Escape
Get all lib functions from lib, not pkgs.lib, in modules
2014-05-05 11:58:51 -07:00
{
lib
,
config
,
.
.
.
}:
* "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 03:44:50 -07:00
{
hardware
=
{
pcmcia
=
{
Get all lib functions from lib, not pkgs.lib, in modules
2014-05-05 11:58:51 -07:00
firmware
=
[
(
lib
.
cleanSource
./firmware
)
]
;
* "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 03:44:50 -07:00
}
;
}
;
}