-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New linuxPackages_custom helper function #5999
Conversation
As an example, I use linuxPackages_custom in my /etc/nixos/configuration.nix as in the example below. Is there another configuration option that achieves the same and is already included in NixOS? boot.kernelPackages = pkgs.linuxPackages_custom { |
👍 |
@jagajaga, glad you like it ;), could you maybe merge it? |
Can you show |
It is just a standard kernel config file; what is it that you're looking for? |
Hm. The problem is that I think that we have to document it somewhere. |
Some updates? :) |
I think it would be best to put some note into https://nixos.org/wiki/How_to_tweak_Linux_kernel_config_options |
Can you do it? Then I'll merge. |
@jagajaga: So, I've updated the wiki. Could you please merge the PR? |
Nice! Thank you. |
New linuxPackages_custom helper function
Add linuxPackages_custom helper function for installing a Linux kernel with a custom config file.