This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
1b1138d3e7
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 19:58:51 +01: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 11:44:50 +01:00
{
hardware
=
{
pcmcia
=
{
Get all lib functions from lib, not pkgs.lib, in modules
2014-05-05 19:58:51 +01: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 11:44:50 +01:00
}
;
}
;
}
Copy permalink