mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
Merge pull request #1579 from mjschwenne/fix-surface-kernel
Fix Typo Preventing Microsoft Surface Kernels from Building
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user