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
Blame
History
{
lib
,
config
,
.
.
.
}:
{
hardware
=
{
pcmcia
=
{
firmware
=
[
(
lib
.
cleanSource
./firmware
)
]
;
}
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink