linux_xanmod_stable: remove
This commit is contained in:
parent
0a242b1573
commit
94a1409703
4 changed files with 4 additions and 11 deletions
|
@ -8,12 +8,6 @@ let
|
|||
variant = "lts";
|
||||
};
|
||||
|
||||
currentVariant = {
|
||||
version = "5.19.13";
|
||||
hash = "sha256-BzQH4c24CtE3R5HNe2sOc3McVkRmf/RKOOjuf1W4YfE=";
|
||||
variant = "current";
|
||||
};
|
||||
|
||||
nextVariant = {
|
||||
version = "6.0.0";
|
||||
hash = "sha256-E7T8eHwMKYShv4KWdCbHQmpn+54edJoKdimZY3GFbPU=";
|
||||
|
@ -61,6 +55,5 @@ let
|
|||
in
|
||||
{
|
||||
lts = xanmodKernelFor ltsVariant;
|
||||
current = xanmodKernelFor currentVariant;
|
||||
next = xanmodKernelFor nextVariant;
|
||||
}
|
||||
|
|
|
@ -836,6 +836,8 @@ mapAliases ({
|
|||
linux_rpi2 = linuxKernel.kernels.linux_rpi2;
|
||||
linux_rpi3 = linuxKernel.kernels.linux_rpi3;
|
||||
linux_rpi4 = linuxKernel.kernels.linux_rpi4;
|
||||
linux_xanmod_stable = throw "linux_xanmod_stable was removed because it has reached its end of life upstream";
|
||||
linuxPackages_xanmod_stable = throw "linuxPackages_xanmod_stable was removed because it has reached its end of life upstream";
|
||||
linux_xanmod_tt = throw "linux_xanmod_tt was removed because upstream no longer offers this option"; # Added 2022-11-01
|
||||
linuxPackages_xanmod_tt = throw "linuxPackages_xanmod_tt was removed because upstream no longer offers this option"; # Added 2022-11-01
|
||||
|
||||
|
|
|
@ -25144,8 +25144,6 @@ with pkgs;
|
|||
# XanMod kernel
|
||||
linuxPackages_xanmod = linuxKernel.packages.linux_xanmod;
|
||||
linux_xanmod = linuxKernel.kernels.linux_xanmod;
|
||||
linuxPackages_xanmod_stable = linuxKernel.packages.linux_xanmod_stable;
|
||||
linux_xanmod_stable = linuxKernel.kernels.linux_xanmod_stable;
|
||||
linuxPackages_xanmod_latest = linuxKernel.packages.linux_xanmod_latest;
|
||||
linux_xanmod_latest = linuxKernel.kernels.linux_xanmod_latest;
|
||||
|
||||
|
|
|
@ -232,7 +232,7 @@ in {
|
|||
};
|
||||
|
||||
linux_xanmod = xanmodKernels.lts;
|
||||
linux_xanmod_stable = xanmodKernels.current;
|
||||
linux_xanmod_stable = throw "linux_xanmod_stable was removed because it has reached its end of life upstream";
|
||||
linux_xanmod_latest = xanmodKernels.next;
|
||||
linux_xanmod_tt = throw "linux_xanmod_tt was removed because upstream no longer offers this option";
|
||||
|
||||
|
@ -581,7 +581,7 @@ in {
|
|||
linux_zen = recurseIntoAttrs (packagesFor kernels.linux_zen);
|
||||
linux_lqx = recurseIntoAttrs (packagesFor kernels.linux_lqx);
|
||||
linux_xanmod = recurseIntoAttrs (packagesFor kernels.linux_xanmod);
|
||||
linux_xanmod_stable = recurseIntoAttrs (packagesFor kernels.linux_xanmod_stable);
|
||||
linux_xanmod_stable = throw "linux_xanmod_stable was removed because it has reached its end of life upstream";
|
||||
linux_xanmod_latest = recurseIntoAttrs (packagesFor kernels.linux_xanmod_latest);
|
||||
linux_xanmod_tt = throw "linux_xanmod_tt was removed because upstream no longer offers this option";
|
||||
|
||||
|
|
Loading…
Reference in a new issue