Skip to content

Commit

Permalink
Fix patches.nix
Browse files Browse the repository at this point in the history
As discussed here: NixOS#523

1) `structuredExtraConfig` is called `extraStructuredConfig` when using `kernelPatches`

2) STREAMING_MEDIA should be STAGING_MEDIA
  • Loading branch information
damianoognissanti committed Jan 16, 2024
1 parent bee2202 commit 6b5d311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microsoft/surface/common/kernel/linux-6.6.x/patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
name = "microsoft-surface-patches-linux-${version}";
patch = null;
structuredExtraConfig = with kernel; {
STREAMING_MEDIA = yes;
extraStructuredConfig = with kernel; {
STAGING_MEDIA = yes;

#
# Surface Aggregator Module
Expand Down

0 comments on commit 6b5d311

Please sign in to comment.