1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-01 03:32:26 +03:00

asus-z00t: fix build

This commit is contained in:
Samuel Dionne-Riel 2019-06-09 19:31:57 -04:00
parent 2f9853f496
commit aea6ca0627

View File

@ -8,9 +8,10 @@
(mobile-nixos.kernel-builder-gcc6 {
version = "3.10.108";
configfile = ./config.aarch64;
dtb = "unknown";
#file = "vmlinuz-dtb";
file = "Image.gz";
hasDTB = true;
src = fetchFromGitHub {
owner = "LineageOS";
repo = "android_kernel_asus_msm8916";