linuxPackages: 6.6 -> 6.12 (#370410)

This commit is contained in:
K900
2025-01-20 10:20:18 +03:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -10,6 +10,8 @@
Users on old macOS versions should consider upgrading to a supported version (potentially using [OpenCore Legacy Patcher](https://dortania.github.io/OpenCore-Legacy-Patcher/) for old hardware) or installing NixOS.
If neither of those options are viable and you require new versions of software, [MacPorts](https://www.macports.org/) supports versions back to Mac OS X Snow Leopard 10.6.
- The default kernel package has been updated from 6.6 to 6.12. All supported kernels remain available.
- GCC has been updated from GCC 13 to GCC 14.
This introduces some backwardsincompatible changes; see the [upstream porting guide](https://gcc.gnu.org/gcc-14/porting_to.html) for details.
+1 -1
View File
@@ -709,7 +709,7 @@ in {
});
packageAliases = {
linux_default = packages.linux_6_6;
linux_default = packages.linux_6_12;
# Update this when adding the newest kernel major version!
linux_latest = packages.linux_6_12;
linux_rt_default = packages.linux_rt_5_15;