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:
parent
c3037f6bf7
commit
dde7cd4961
@ -16,7 +16,7 @@
|
||||
};
|
||||
|
||||
mobile.boot.stage-1 = {
|
||||
kernel.package = pkgs.callPackage ./kernel { kernelPatches = pkgs.defaultKernelPatches; };
|
||||
kernel.package = pkgs.callPackage ./kernel { };
|
||||
};
|
||||
|
||||
mobile.system.android = {
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
mobile-nixos
|
||||
, fetchFromGitHub
|
||||
, kernelPatches ? [] # FIXME
|
||||
}:
|
||||
|
||||
mobile-nixos.kernel-builder {
|
||||
|
Loading…
Reference in New Issue
Block a user