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:
parent
2b0b8c71c2
commit
7cb5e94358
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user