mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
10 lines
110 B
Nix
10 lines
110 B
Nix
{lib, ...}:
|
|
|
|
{
|
|
hardware = {
|
|
pcmcia = {
|
|
firmware = [ (lib.cleanSource ./firmware) ];
|
|
};
|
|
};
|
|
}
|