mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-11-10 20:16:29 +03:00
Updates qemu-x86_64 to use the latest LTS kernel.
This commit is contained in:
parent
93d508bedc
commit
a4cbf37699
@ -8,7 +8,7 @@ let
|
|||||||
# Enabling the splash changes some settings.
|
# Enabling the splash changes some settings.
|
||||||
splash = config.mobile.boot.stage-1.splash.enable;
|
splash = config.mobile.boot.stage-1.splash.enable;
|
||||||
|
|
||||||
kernel = pkgs.linuxPackages_4_16.kernel;
|
kernel = pkgs.linuxPackages_4_19.kernel;
|
||||||
device_info = (lib.importJSON ../postmarketOS-devices.json).qemu-amd64;
|
device_info = (lib.importJSON ../postmarketOS-devices.json).qemu-amd64;
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
Loading…
Reference in New Issue
Block a user