nixos/hardware.pcmcia: Fix passthru.function usage (#370929)

This commit is contained in:
Pol Dellaiera
2025-01-05 05:56:34 +01:00
committed by GitHub
+1 -1
View File
@@ -5,7 +5,7 @@
...
}:
let
pcmciaUtils = pkgs.pcmciaUtils.passthru.function {
pcmciaUtils = pkgs.pcmciaUtils.overrideAttrs {
inherit (config.hardware.pcmcia) firmware config;
};
in