Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created April 20, 2018 12:00
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 grahamc/181d5a0c8189b0a69ac9aeb7fecadcb2 to your computer and use it in GitHub Desktop.
Save grahamc/181d5a0c8189b0a69ac9aeb7fecadcb2 to your computer and use it in GitHub Desktop.
boot.kernelPackages = pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor
(pkgs.buildLinux {
version = "4.4.127";
extraMeta.branch = "4.4";
src = pkgs.fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1gscsvijik24p0skhjnhqxlvzj3kfy5cmn3x9wn6ka687hwjb3qa";
};
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment