dont build custom kernel for the time being
This commit is contained in:
parent
73c29876cf
commit
1630aaca30
3 changed files with 4 additions and 8607 deletions
|
@ -39,11 +39,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1671958483,
|
"lastModified": 1671966569,
|
||||||
"narHash": "sha256-wX+VBdHwrpW654PzmM4efiPdUDI8da8TGZeQt/zYP40=",
|
"narHash": "sha256-jbLgfSnmLchARBNFRvCic63CFQ9LAyvlXnBpc2kwjQc=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "939731b8cb75fb451170cb8f935186a6a7424444",
|
"rev": "c55fa26ce05fee8e063db22918d05a73d430b2ea",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -10,21 +10,7 @@
|
||||||
boot.loader.grub.efiSupport = true;
|
boot.loader.grub.efiSupport = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
boot.kernelPackages = let linux_relms_pkg = {kernelPatches, lib, ...}: pkgs.linuxKernel.manualConfig {
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
lib = lib;
|
|
||||||
stdenv = pkgs.llvmPackages_14.stdenv;
|
|
||||||
configfile = ./kernel-config;
|
|
||||||
allowImportFromDerivation = true;
|
|
||||||
version = "${pkgs.linux_6_1.version}-relms";
|
|
||||||
modDirVersion = pkgs.linux_6_1.modDirVersion;
|
|
||||||
src = builtins.fetchurl {
|
|
||||||
url = "https://github.com/Relms12345/linux/archive/9d2f6060fe4c3b49d0cdc1dce1c99296f33379c8.tar.gz";
|
|
||||||
sha256 = "1e798bfcd26cf606659ec32ec862e0ec92b831c552b3066e9540b9d920cc3a35";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
linux_relms = pkgs.callPackage linux_relms_pkg{};
|
|
||||||
in
|
|
||||||
pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor linux_relms);
|
|
||||||
|
|
||||||
# Enable XBox Controller
|
# Enable XBox Controller
|
||||||
hardware.xpadneo.enable = true;
|
hardware.xpadneo.enable = true;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Reference in a new issue