1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 09:16:39 +03:00

google-walleye: Fix device information

This commit is contained in:
Samuel Dionne-Riel 2020-04-04 00:23:51 -04:00
parent c3ec6728c8
commit 0969d5fd2a

View File

@ -3,7 +3,7 @@
{
mobile.device.name = "google-walleye";
mobile.device.info = rec {
name = "Google Pixel 2";
name = "Pixel 2";
# TODO : make kernel part of options.
kernel = pkgs.callPackage ./kernel { kernelPatches = pkgs.defaultKernelPatches; };