Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created May 12, 2018 22:08
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/e449bac86de390fb189e6e69a997bdaf to your computer and use it in GitHub Desktop.
Save grahamc/e449bac86de390fb189e6e69a997bdaf to your computer and use it in GitHub Desktop.
nixpkgs = {
config = {
allowUnfree = true;
packageOverrides = pkgs:
{ linux_latest = pkgs.linux_4_15.override {
extraConfig =
''
MLX5_CORE_EN y
'';
};
};
};
};
boot.kernelPackages = pkgs.linuxPackages_4_15;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment