mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/hardware.pcmcia: Fix passthru.function usage
passthru.function is not existent, instead use overrideAttrs which has almost the intended functionality. It triggers a rebuild, which _should_ be fine for this package.
This commit is contained in:
parent
a1945f760a
commit
e9d9adb73f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
pcmciaUtils = pkgs.pcmciaUtils.passthru.function {
|
||||
pcmciaUtils = pkgs.pcmciaUtils.overrideAttrs {
|
||||
inherit (config.hardware.pcmcia) firmware config;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue