repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
eza: 0.20.10 -> 0.20.11 (#362043)
[NixPkgs.git]
/
nixos
/
modules
/
hardware
/
network
/
smc-2632w
/
default.nix
blob
b00286464f348e1407fd4794a6fa3268dd1537d2
1
{lib, ...}:
2
3
{
4
hardware = {
5
pcmcia = {
6
firmware = [ (lib.cleanSource ./firmware) ];
7
};
8
};
9
}