Skip to content

Instantly share code, notes, and snippets.

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