pinebook_pro.nix: Default to `_lts` build

The `_latest` kernel rotted away (kind of as expected).
This commit is contained in:
Samuel Dionne-Riel 2021-11-01 21:17:44 -04:00
parent b7200b7461
commit caa3d3e324
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
(import ./overlay.nix)
];
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_pinebookpro_latest;
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_pinebookpro_lts;
# This list of modules is not entirely minified, but represents
# a set of modules that is required for the display to work in stage-1.