Merge pull request #1579 from mjschwenne/fix-surface-kernel
Some checks failed
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled

Fix Typo Preventing Microsoft Surface Kernels from Building
This commit is contained in:
Jörg Thalheim 2025-08-16 07:44:41 +00:00 committed by GitHub
commit 3dac8a8725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
{ {
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

@ -9,7 +9,7 @@
{ {
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