mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
fix typo casuing error
This commit is contained in:
@@ -3,13 +3,11 @@
|
|||||||
kernel ? lib.kernel,
|
kernel ? lib.kernel,
|
||||||
patchSrc,
|
patchSrc,
|
||||||
version,
|
version,
|
||||||
}:
|
}: [
|
||||||
|
|
||||||
[
|
|
||||||
{
|
{
|
||||||
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;
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,13 +3,11 @@
|
|||||||
kernel ? lib.kernel,
|
kernel ? lib.kernel,
|
||||||
patchSrc,
|
patchSrc,
|
||||||
version,
|
version,
|
||||||
}:
|
}: [
|
||||||
|
|
||||||
[
|
|
||||||
{
|
{
|
||||||
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