1{lib, ...}: 2 3{ 4 hardware = { 5 pcmcia = { 6 firmware = [ (lib.cleanSource ./firmware) ]; 7 }; 8 }; 9}