This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d7cfc33fb8
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
smc-2632w
/
default.nix
10 lines
110 B
Nix
Raw
Normal View
History
Unescape
Escape
[bot] nixos/*: remove unused arguments in lambdas
2018-07-20 21:56:59 +01:00
{
lib
,
.
.
.
}:
* "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
}
;
}
;
}
Reference in New Issue
Copy Permalink