Skip to content

Commit c9ddb6d

Browse files
committed
linux_hardened: pin to linux_6_12_hardened
1 parent efcd42d commit c9ddb6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/top-level/linux-kernels.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ in
278278

279279
linux_6_12_hardened = hardenedKernelFor kernels.linux_6_12 { };
280280

281-
linux_hardened = hardenedKernelFor packageAliases.linux_default.kernel { };
281+
linux_hardened = linux_6_12_hardened;
282282
}
283283
// lib.optionalAttrs config.allowAliases {
284284
linux_libre = throw "linux_libre has been removed due to lack of maintenance";

0 commit comments

Comments
 (0)