We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ed7a0 commit 7dd36b6Copy full SHA for 7dd36b6
microsoft/surface/common/kernel/6.12/patches.nix
@@ -3,13 +3,11 @@
3
kernel ? lib.kernel,
4
patchSrc,
5
version,
6
-}:
7
-
8
-[
+}: [
9
{
10
name = "microsoft-surface-patches-linux-${version}";
11
patch = null;
12
- extraStructuredConfig = with kernel; {
+ structuredExtraConfig = with kernel; {
13
STAGING_MEDIA = yes;
14
15
##
microsoft/surface/common/kernel/6.15/patches.nix
## Surface Aggregator Module
0 commit comments