mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-22 19:09:43 +01:00
Mainline kernel
Fixed to work with the newest overlay changes.
This commit is contained in:
parent
995a6859f3
commit
5090f40819
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_latest;
|
||||
|
||||
# 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