aggregateModules: fix x-compilation for out-of-tree kernel modules
This commit is contained in:
parent
239fffc90d
commit
584a212982
|
@ -15843,6 +15843,7 @@ in
|
|||
|
||||
aggregateModules = modules:
|
||||
callPackage ../os-specific/linux/kmod/aggregator.nix {
|
||||
inherit (buildPackages) kmod;
|
||||
inherit modules;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue