linux-postmarketos-exynos5: allow overriding the linux version
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, linux_6_1
|
, linux ? linux_6_1, linux_6_1
|
||||||
, linuxManualConfig
|
, linuxManualConfig
|
||||||
, writeTextFile
|
, writeTextFile
|
||||||
#v nixpkgs calls `.override` on the kernel to configure additional things
|
#v nixpkgs calls `.override` on the kernel to configure additional things
|
||||||
@@ -65,7 +65,7 @@ let
|
|||||||
|
|
||||||
'';
|
'';
|
||||||
in linuxManualConfig {
|
in linuxManualConfig {
|
||||||
inherit (linux_6_1) extraMakeFlags modDirVersion src version;
|
inherit (linux) extraMakeFlags modDirVersion src version;
|
||||||
inherit features randstructSeed;
|
inherit features randstructSeed;
|
||||||
kernelPatches = args.kernelPatches or [];
|
kernelPatches = args.kernelPatches or [];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user