6 lines
98 B
Nix
6 lines
98 B
Nix
{pkgs, lib, ...}: {
|
|
boot = {
|
|
kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
|
};
|
|
}
|