kernel test

This commit is contained in:
mjallen18
2025-12-26 14:53:27 -06:00
parent c9f75a053c
commit 3233955690
3 changed files with 13 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ in
bootloader = "kernel";
firmwarePackage = pkgs.raspberrypifw;
};
kernelPackages = pkgs.${namespace}.linux-rpi;
kernelPackages = pkgs.linuxPackagesFor pkgs.${namespace}.linux-rpi;
supportedFilesystems = lib.mkForce [ ];
};