-
I'm using Jovian as a flake. In my configuration.nix I have this: boot.kernelPackages = inputs.jovian.legacyPackages."${pkgs.system}".linux_jovian; This doesn't work because kernelPackages expects... something related to a set with a kernel package in it; I'm not sure what the documentation is trying to say. How would I use the kernel with the SteamOS patches? Would I have to overlay the kernel package for the existing set of the specific kernel version in nixpkgs? And how would I install additional modules? In the case if the version is no longer in cache would I have to compile any additional modules by myself? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The modules set up the right kernel for you automatically. |
Beta Was this translation helpful? Give feedback.
The modules set up the right kernel for you automatically.