mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Merge pull request #1579 from mjschwenne/fix-surface-kernel
Fix Typo Preventing Microsoft Surface Kernels from Building
This commit is contained in:
commit
3dac8a8725
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue