fix typo casuing error

This commit is contained in:
Matt Schwennesen
2025-08-15 18:22:42 -05:00
parent 26ed7a0d4b
commit 7dd36b62fc
2 changed files with 4 additions and 8 deletions

View File

@@ -3,13 +3,11 @@
kernel ? lib.kernel, kernel ? lib.kernel,
patchSrc, patchSrc,
version, version,
}: }: [
[
{ {
name = "microsoft-surface-patches-linux-${version}"; name = "microsoft-surface-patches-linux-${version}";
patch = null; patch = null;
extraStructuredConfig = with kernel; { structuredExtraConfig = with kernel; {
STAGING_MEDIA = yes; STAGING_MEDIA = yes;
## ##

View File

@@ -3,13 +3,11 @@
kernel ? lib.kernel, kernel ? lib.kernel,
patchSrc, patchSrc,
version, version,
}: }: [
[
{ {
name = "microsoft-surface-patches-linux-${version}"; name = "microsoft-surface-patches-linux-${version}";
patch = null; patch = null;
extraStructuredConfig = with kernel; { structuredExtraConfig = with kernel; {
STAGING_MEDIA = yes; STAGING_MEDIA = yes;
## ##
## Surface Aggregator Module ## Surface Aggregator Module