1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 11:03:37 +03:00

google-walleye: drop unused kernelPatches argument

This commit is contained in:
Samuel Dionne-Riel 2020-10-02 19:47:13 -04:00
parent c3037f6bf7
commit dde7cd4961
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
};
mobile.boot.stage-1 = {
kernel.package = pkgs.callPackage ./kernel { kernelPatches = pkgs.defaultKernelPatches; };
kernel.package = pkgs.callPackage ./kernel { };
};
mobile.system.android = {

View File

@ -1,7 +1,6 @@
{
mobile-nixos
, fetchFromGitHub
, kernelPatches ? [] # FIXME
}:
mobile-nixos.kernel-builder {