refactor build

This commit is contained in:
MichaelFisher1997 2025-05-10 18:48:08 +01:00
parent 948dbff72e
commit ab0558eaf3
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@
boot.loader.grub.device = "/dev/nvme0n1";
boot.loader.grub.useOSProber = true;
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelPackages = pkgs.linuxPackages;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [
"cgroup_enable=cpuset,cpu,cpuacct,blkio,devices,freezer,net_cls,perf_event,net_prio,hugetlb,pids"
];

View File

@ -15,9 +15,7 @@
glew
glfw
libGL
SDL2
sdl3
SDL2_image
vulkan-loader
vulkan-tools
vulkan-headers