1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-13 12:35:48 +03:00

oneplus-oneplus3: Don't enable firmware by default

It won't eval.
This commit is contained in:
Samuel Dionne-Riel 2023-01-22 22:15:20 -05:00
parent 2b0b8c71c2
commit 7cb5e94358

View File

@ -20,6 +20,8 @@
};
mobile.device.firmware = pkgs.callPackage ./firmware {};
# Firmware is not enabled by default since it requires manually providing unredistributable files.
mobile.device.enableFirmware = false;
mobile.system.android.device_name = "OnePlus3";
mobile.system.android.bootimg = {