1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-21 00:37:15 +03:00

Updates qemu-x86_64 to use the latest LTS kernel.

This commit is contained in:
Samuel Dionne-Riel 2018-11-05 20:34:52 -05:00
parent 93d508bedc
commit a4cbf37699

View File

@ -8,7 +8,7 @@ let
# Enabling the splash changes some settings.
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;
modules = [