mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-23 11:29:43 +01:00
pinebook_pro.nix: Default to _lts
build
The `_latest` kernel rotted away (kind of as expected).
This commit is contained in:
parent
b7200b7461
commit
caa3d3e324
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue