kernel: Add test for RC kernels

This commit is contained in:
Tim Steinbach
2021-04-08 09:00:15 -04:00
committed by Tim Steinbach
parent 491f0a677b
commit d3d40b09fd
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ let
passthru = {
features = kernelFeatures;
inherit commonStructuredConfig isXen isZen isHardened isLibre;
inherit commonStructuredConfig isXen isZen isHardened isLibre modDirVersion;
kernelOlder = lib.versionOlder version;
kernelAtLeast = lib.versionAtLeast version;
passthru = kernel.passthru // (removeAttrs passthru [ "passthru" ]);