Linux packages

This commit is contained in:
Kat Inskip 2023-07-18 11:22:51 -07:00
parent bf47fc113c
commit f6728d6ba7
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -40,7 +40,7 @@ _: let
nixpkgs.hostPlatform = mkDefault "aarch64-linux";
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_6_3;
boot.kernelPackages = pkgs.linuxPackages_6_3;
system.stateVersion = "22.11";