buildLinux: allow overriding stdenv on each call
This commit is contained in:
@@ -103,7 +103,7 @@ let
|
||||
};
|
||||
|
||||
kernel = buildLinux {
|
||||
inherit version modDirVersion src kernelPatches;
|
||||
inherit version modDirVersion src kernelPatches stdenv;
|
||||
|
||||
configfile = configfile.nativeDrv or configfile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user