Hi,
is there a better way to discover the pkg name for kernel packages as search.nixos.org?
Example: How to find the correct pkg name for usbip?
AsIs situation via search.nixos.org:
- linuxPackages.usbip # working (legacy?), but not discoverable via search.nixos.org
- linuxKernel.packages.usbip # does not exist anywhere
- linuxKernel.packages.linux.usbip # does not exist anywhere
- linuxKernel.packages.linux_latest.usbip # does not exist anywhere
- linuxKernel.packages.linux_latest_libre.usbip # working and discoverable via search.nixos.org, but too specific
- linuxKernel.packages.linux_6_14.usbip # working and discoverable via seatch.nixos.org, but too specific
So for me,
- linuxKernel.packages.usbip
- linuxKernel.packages.linux.usbip
- linuxKernel.packages.linux_latest.usbip
would be the right solution - without the need to update my config with kernel version.
I can follow exactly the latest alias, but only by switching to a specific kernel flavor (libre, hardening,…).
How to discover and use kernel-mod-userland-tools for nixos without know or guess the correct names? How to sepcify kernel-mod-userland-tools without specify a specific version or flavour?