mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
fix typo casuing error
This commit is contained in:
parent
26ed7a0d4b
commit
7dd36b62fc
2 changed files with 4 additions and 8 deletions
|
|
@ -3,13 +3,11 @@
|
|||
kernel ? lib.kernel,
|
||||
patchSrc,
|
||||
version,
|
||||
}:
|
||||
|
||||
[
|
||||
}: [
|
||||
{
|
||||
name = "microsoft-surface-patches-linux-${version}";
|
||||
patch = null;
|
||||
extraStructuredConfig = with kernel; {
|
||||
structuredExtraConfig = with kernel; {
|
||||
STAGING_MEDIA = yes;
|
||||
|
||||
##
|
||||
|
|
|
|||
|
|
@ -3,13 +3,11 @@
|
|||
kernel ? lib.kernel,
|
||||
patchSrc,
|
||||
version,
|
||||
}:
|
||||
|
||||
[
|
||||
}: [
|
||||
{
|
||||
name = "microsoft-surface-patches-linux-${version}";
|
||||
patch = null;
|
||||
extraStructuredConfig = with kernel; {
|
||||
structuredExtraConfig = with kernel; {
|
||||
STAGING_MEDIA = yes;
|
||||
##
|
||||
## Surface Aggregator Module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue