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

asus-z00t: removes accidentally leftover package.

This commit is contained in:
Samuel Dionne-Riel 2018-07-01 17:57:44 -04:00
parent d112340383
commit 1f0e57a195

View File

@ -21,9 +21,6 @@
mobile.system.type = "android-bootimg";
mobile.boot.stage-1 = {
extraUtils = with pkgs; [
strace
];
initFramebuffer = ''
echo 10 > /sys/class/leds/lcd-backlight/brightness
'';