linuxKernels.kernels.linux_xanmod: import helpers

Co-authored-by: fortune <lythe1107@gmail.com>
This commit is contained in:
Phillip Cloud 2022-06-05 11:06:52 -05:00 committed by GitHub
parent ecaaba491d
commit d688ec7d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ let
};
xanmodKernelFor = { version, suffix, hash }: buildLinux (args // rec {
with (lib.kernel.whenHelpers version);
inherit version;
modDirVersion = "${version}-${suffix}";