Merge pull request #560 from lovesegfault/no-aliases

raspberry-pi/4: don't use an alias for the kernel pkg
This commit is contained in:
Bernardo Meurer 2023-02-19 02:59:03 +00:00 committed by GitHub
commit 525177a780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
];
boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_rpi4;
kernelPackages = lib.mkDefault pkgs.linuxKernel.packages.linux_rpi4;
initrd.availableKernelModules = [
"usbhid"
"usb_storage"