Skip to content

Commit 7dd36b6

Browse files
committed
fix typo casuing error
1 parent 26ed7a0 commit 7dd36b6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

microsoft/surface/common/kernel/6.12/patches.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
kernel ? lib.kernel,
44
patchSrc,
55
version,
6-
}:
7-
8-
[
6+
}: [
97
{
108
name = "microsoft-surface-patches-linux-${version}";
119
patch = null;
12-
extraStructuredConfig = with kernel; {
10+
structuredExtraConfig = with kernel; {
1311
STAGING_MEDIA = yes;
1412

1513
##

microsoft/surface/common/kernel/6.15/patches.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
kernel ? lib.kernel,
44
patchSrc,
55
version,
6-
}:
7-
8-
[
6+
}: [
97
{
108
name = "microsoft-surface-patches-linux-${version}";
119
patch = null;
12-
extraStructuredConfig = with kernel; {
10+
structuredExtraConfig = with kernel; {
1311
STAGING_MEDIA = yes;
1412
##
1513
## Surface Aggregator Module

0 commit comments

Comments
 (0)