From 0969d5fd2af47bc03c7941f18db3e7cf8606ad9c Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sat, 4 Apr 2020 00:23:51 -0400 Subject: [PATCH] google-walleye: Fix device information --- devices/google-walleye/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/google-walleye/default.nix b/devices/google-walleye/default.nix index 0c02c60e..6a8f81f4 100644 --- a/devices/google-walleye/default.nix +++ b/devices/google-walleye/default.nix @@ -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; };