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:
parent
53b4c5ccd4
commit
a3e2bfc00b
@ -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 {};
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
mobile-nixos
|
||||
, fetchFromGitHub
|
||||
, kernelPatches ? [] # FIXME
|
||||
}:
|
||||
|
||||
mobile-nixos.kernel-builder-gcc6 {
|
||||
|
Loading…
Reference in New Issue
Block a user