Fix patches.nix
As discussed here: https://github.com/NixOS/nixos-hardware/issues/523 1) `structuredExtraConfig` is called `extraStructuredConfig` when using `kernelPatches` 2) STREAMING_MEDIA should be STAGING_MEDIA
This commit is contained in:
parent
bee2202bec
commit
6b5d311cb6
|
@ -7,8 +7,8 @@
|
||||||
{
|
{
|
||||||
name = "microsoft-surface-patches-linux-${version}";
|
name = "microsoft-surface-patches-linux-${version}";
|
||||||
patch = null;
|
patch = null;
|
||||||
structuredExtraConfig = with kernel; {
|
extraStructuredConfig = with kernel; {
|
||||||
STREAMING_MEDIA = yes;
|
STAGING_MEDIA = yes;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Surface Aggregator Module
|
# Surface Aggregator Module
|
||||||
|
|
Loading…
Reference in a new issue