Compare commits

...

2 Commits

Author SHA1 Message Date
nikkuss 2e28a8f948 Merge pull request 'bump: 7.0 kernel' (#1) from doloro/x1e-nixos:bump-v7.0-kernel into main
Reviewed-on: #1
2026-04-19 18:23:50 +04:00
doloro f4bc76c1dc bump: 7.0 kernel 2026-04-18 21:06:17 +01:00
+4 -4
View File
@@ -4,13 +4,13 @@
kernelPackages = kernelPackages =
let let
linux_x1e = pkgs.buildLinux rec { linux_x1e = pkgs.buildLinux rec {
version = "7.0.0-rc5"; version = "7.0.0";
modDirVersion = "7.0.0-rc5"; modDirVersion = "7.0.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "torvalds"; owner = "torvalds";
repo = "linux"; repo = "linux";
rev = "d1d81e9d1a4dd846aee9ae77ff9ecc2800d72148"; # v7.0-rc5 rev = "028ef9c96e96197026887c0f092424679298aae8"; # v7.0
hash = "sha256-UN1xOwSyn5YzdxQzEF6vTKev6vtN3iE2aiv7OT7TBAM="; hash = "sha256-7TjYHhJdD67P3lquusrjjVtUIUzhLPtA5Oy7tc82gYA=";
}; };
ignoreConfigErrors = true; ignoreConfigErrors = true;
structuredExtraConfig = with lib.kernel; { structuredExtraConfig = with lib.kernel; {