mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
bump kernel and nix versions
This commit is contained in:
parent
2ec7aca76c
commit
7ca2ee6986
3 changed files with 7 additions and 8 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -310,16 +310,16 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718829834,
|
"lastModified": 1719442161,
|
||||||
"narHash": "sha256-SBioRAhjYMcoBpIGV+kdquRjlm8DRD2dv8N4RXM694U=",
|
"narHash": "sha256-daEQZl9Kw2sYTOyUY640RtZj13Zp+NzKYMjGeLiAuZE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "1c131ec2b71fa7ad6fd285ed2a9fcc4cf616b3a6",
|
"rev": "2dd7f8f42da374d9fee4d424c1c6f82bcb36b393",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "1c131ec2b71fa7ad6fd285ed2a9fcc4cf616b3a6",
|
"ref": "2dd7f8f42da374d9fee4d424c1c6f82bcb36b393",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
ref = "1c131ec2b71fa7ad6fd285ed2a9fcc4cf616b3a6";
|
ref = "2dd7f8f42da374d9fee4d424c1c6f82bcb36b393";
|
||||||
inputs.nixpkgs.follows = "stable";
|
inputs.nixpkgs.follows = "stable";
|
||||||
};
|
};
|
||||||
nixos-generators = {
|
nixos-generators = {
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,6 @@ in
|
||||||
pkgs.sbctl
|
pkgs.sbctl
|
||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
set -o pipefail
|
|
||||||
lzbt "$@"
|
lzbt "$@"
|
||||||
MP='${config.boot.loader.efi.efiSysMountPoint}'
|
MP='${config.boot.loader.efi.efiSysMountPoint}'
|
||||||
cp -f '${pkgs.edk2-uefi-shell.efi}' "$MP/shellx64.efi"
|
cp -f '${pkgs.edk2-uefi-shell.efi}' "$MP/shellx64.efi"
|
||||||
|
|
@ -89,14 +88,14 @@ in
|
||||||
|
|
||||||
kernelPackages = pkgs.linuxPackagesFor (
|
kernelPackages = pkgs.linuxPackagesFor (
|
||||||
let
|
let
|
||||||
version = "6.8.12";
|
version = "6.9.6";
|
||||||
in
|
in
|
||||||
(pkgs.linuxManualConfig {
|
(pkgs.linuxManualConfig {
|
||||||
version = "${version}-gerg";
|
version = "${version}-gerg";
|
||||||
modDirVersion = "${version}-gerg";
|
modDirVersion = "${version}-gerg";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/v${lib.versions.major version}.x/linux-${version}.tar.xz";
|
||||||
hash = "sha256-GbMZVtIptbnKVnH6HHQyAXloKj2NAPyGeUEUsh2oYDk=";
|
hash = "sha256-XUNm4riZmPJ0q+A1V+87x4tY5H/GLBAtUeb0nl7Za0s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (config.boot) kernelPatches;
|
inherit (config.boot) kernelPatches;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue