We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcd42d commit c9ddb6dCopy full SHA for c9ddb6d
1 file changed
pkgs/top-level/linux-kernels.nix
@@ -278,7 +278,7 @@ in
278
279
linux_6_12_hardened = hardenedKernelFor kernels.linux_6_12 { };
280
281
- linux_hardened = hardenedKernelFor packageAliases.linux_default.kernel { };
+ linux_hardened = linux_6_12_hardened;
282
}
283
// lib.optionalAttrs config.allowAliases {
284
linux_libre = throw "linux_libre has been removed due to lack of maintenance";
0 commit comments