Loading
nixos: tests: kernelGeneric: Fix testsForKernel when accessed outside nixosTests
Use patchedPkgs.linuxPackagesFor to ensure the hello-world extension is applied to a kernel passed from, for example, linuxKernel.kernels.linux_6_12.tests.testsForKernel Also add a comment about why we can't use nixpkgs.overlays in this particular test. Fixes: fa533ecb ("nixos: tests: kernel-generic: Add kernelPackagesExtensions test")