mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Temporarily use different nix repo
Pin kernel... adam :( symlink zpool cache because eelco told me so
This commit is contained in:
parent
fb8fe4b396
commit
70de5227fd
5 changed files with 26 additions and 12 deletions
|
|
@ -95,12 +95,16 @@ in
|
|||
|
||||
kernelPackages = pkgs.linuxPackagesFor (
|
||||
let
|
||||
inherit (config.boot.zfs.package.latestCompatibleLinuxPackages) kernel;
|
||||
version = "6.10.11";
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v${builtins.head (lib.splitVersion version)}.x/linux-${version}.tar.xz";
|
||||
hash = "sha256-+02gRvjBhRWfRTfe2IejCsxp2RxVWg/3+rxFIPWaMJY=";
|
||||
};
|
||||
in
|
||||
(pkgs.linuxManualConfig {
|
||||
inherit (kernel) src;
|
||||
inherit src;
|
||||
inherit (config.boot) kernelPatches;
|
||||
version = "${kernel.version}-gerg";
|
||||
version = "${version}-gerg";
|
||||
config = {
|
||||
CONFIG_RUST = "y";
|
||||
CONFIG_MODULES = "y";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue