1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 02:43:24 +03:00

qemu-x86_64: Fix for new kernel package option

This commit is contained in:
Samuel Dionne-Riel 2020-05-24 18:39:46 -04:00
parent 746244f9d1
commit df0cfabada

View File

@ -7,11 +7,6 @@
manufacturer = "QEMU";
};
mobile.device.info = {
# TODO : make kernel part of options.
kernel = pkgs.linuxPackages_5_4.kernel;
};
mobile.hardware = {
soc = "generic-x86_64";
@ -34,6 +29,7 @@
mobile.boot.stage-1 = {
kernel = {
package = pkgs.linuxPackages_5_4.kernel;
modular = true;
modules = [
# Disk images