Skip to content

Commit c006c5a

Browse files
committed
formatting
1 parent 7dd36b6 commit c006c5a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

microsoft/surface/common/kernel/6.12/patches.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
kernel ? lib.kernel,
44
patchSrc,
55
version,
6-
}: [
6+
}:
7+
8+
[
79
{
810
name = "microsoft-surface-patches-linux-${version}";
911
patch = null;

microsoft/surface/common/kernel/6.15/patches.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
kernel ? lib.kernel,
44
patchSrc,
55
version,
6-
}: [
6+
}:
7+
8+
[
79
{
810
name = "microsoft-surface-patches-linux-${version}";
911
patch = null;

0 commit comments

Comments
 (0)