1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-13 20:44:52 +03:00

asus-z00t: drop unused kernelPatches argument

This commit is contained in:
Samuel Dionne-Riel 2020-10-02 19:46:58 -04:00
parent 53b4c5ccd4
commit a3e2bfc00b
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@
};
mobile.boot.stage-1 = {
kernel.package = pkgs.callPackage ./kernel { kernelPatches = pkgs.defaultKernelPatches; };
kernel.package = pkgs.callPackage ./kernel { };
};
mobile.device.firmware = pkgs.callPackage ./firmware {};

View File

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