mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-10 08:41:03 +01:00
formatting
This commit is contained in:
parent
7dd36b62fc
commit
c006c5a59b
|
|
@ -3,7 +3,9 @@
|
|||
kernel ? lib.kernel,
|
||||
patchSrc,
|
||||
version,
|
||||
}: [
|
||||
}:
|
||||
|
||||
[
|
||||
{
|
||||
name = "microsoft-surface-patches-linux-${version}";
|
||||
patch = null;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
kernel ? lib.kernel,
|
||||
patchSrc,
|
||||
version,
|
||||
}: [
|
||||
}:
|
||||
|
||||
[
|
||||
{
|
||||
name = "microsoft-surface-patches-linux-${version}";
|
||||
patch = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue