mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +08:00
modules.system.kernel: remove unused kernel
This commit is contained in:
@@ -57,9 +57,7 @@ inputs:
|
|||||||
nixos = inputs.pkgs.linuxPackages;
|
nixos = inputs.pkgs.linuxPackages;
|
||||||
xanmod-lts = inputs.pkgs.linuxPackages_xanmod;
|
xanmod-lts = inputs.pkgs.linuxPackages_xanmod;
|
||||||
xanmod-latest = inputs.pkgs.linuxPackages_xanmod_latest;
|
xanmod-latest = inputs.pkgs.linuxPackages_xanmod_latest;
|
||||||
xanmod-unstable = inputs.pkgs.pkgs-unstable.linuxPackages_xanmod_latest;
|
|
||||||
cachyos = inputs.pkgs.cachyosKernels.linuxPackages-cachyos-latest;
|
cachyos = inputs.pkgs.cachyosKernels.linuxPackages-cachyos-latest;
|
||||||
cachyos-rc = inputs.pkgs.linuxPackages_cachyos-rc;
|
|
||||||
}.${kernel.variant};
|
}.${kernel.variant};
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
let
|
let
|
||||||
|
|||||||
Reference in New Issue
Block a user