nixos/hardware.pcmcia: Fix passthru.function usage (#370929)
Pol Dellaiera 11 months ago d562f18c bcf91d8d
··· 5 5 ... 6 6 }: 7 7 let 8 8 - pcmciaUtils = pkgs.pcmciaUtils.passthru.function { 8 8 + pcmciaUtils = pkgs.pcmciaUtils.overrideAttrs { 9 9 inherit (config.hardware.pcmcia) firmware config; 10 10 }; 11 11 in