linux_xanmod: rename stable to lts

This commit is contained in:
fortuneteller2k 2022-07-21 19:46:47 +00:00
parent e2b34f0f11
commit 9d0769d4e7
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, buildLinux, ... } @ args:
let
stableVariant = {
ltsVariant = {
version = "5.15.53";
suffix = "xanmod1";
hash = "sha256-mLgzaXG6QaJ0hfzfNlLbAEldxHK6iHuMVUv6p8zqRBo=";
@ -79,6 +79,6 @@ let
} // (args.argsOverride or { }));
in
{
stable = xanmodKernelFor stableVariant;
lts = xanmodKernelFor ltsVariant;
edge = xanmodKernelFor edgeVariant;
}

View File

@ -218,7 +218,7 @@ in {
];
}).lqx;
# This contains both the STABLE and EDGE variants of the XanMod kernel
# This contains both the LTS and EDGE variants of the XanMod kernel
xanmodKernels = callPackage ../os-specific/linux/kernel/xanmod-kernels.nix;
linux_xanmod = (xanmodKernels {
@ -226,7 +226,7 @@ in {
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
];
}).stable;
}).lts;
linux_xanmod_latest = (xanmodKernels {
kernelPatches = [