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
5dac2ec412
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 20:58:51 +02: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 12:44:50 +02:00
{
hardware
=
{
pcmcia
=
{
Get all lib functions from lib, not pkgs.lib, in modules
2014-05-05 20:58:51 +02: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 12:44:50 +02:00
}
;
}
;
}
Reference in a new issue
Copy permalink