summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2022-06-05 11:06:52 -0500
committerGitHub <noreply@github.com>2022-06-05 11:06:52 -0500
commitd688ec7d80bb790e6c0199a8fc0487140fc91319 (patch)
treea0b5e81a15bb3b1cddca33cd5cb73452d54d9a06 /pkgs
parentecaaba491d483025370857690266c953e2977941 (diff)
linuxKernels.kernels.linux_xanmod: import helpers
Co-authored-by: fortune <lythe1107@gmail.com>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/xanmod-kernels.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
index 4a2af2450cc3..a0bf4b84e074 100644
--- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
@@ -14,6 +14,7 @@ let
};
xanmodKernelFor = { version, suffix, hash }: buildLinux (args // rec {
+ with (lib.kernel.whenHelpers version);
inherit version;
modDirVersion = "${version}-${suffix}";