Skip to content

Instantly share code, notes, and snippets.

@fpletz
Last active June 11, 2017 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fpletz/118a47a6eb5a960409ab3f5b1491f2b0 to your computer and use it in GitHub Desktop.
Save fpletz/118a47a6eb5a960409ab3f5b1491f2b0 to your computer and use it in GitHub Desktop.
custom nixos kernel
boot.kernelPackages = pkgs.linuxPackages_custom rec {
version = "4.11.4";
src = pkgs.fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "144a8ianp6sy057pbhnssg6xs4f3dc5cwwkz8d4q9jzpd87fdm43";
};
configfile = ./customKernel.config;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment