From c006c5a59b9f844ca5e835e0bb1aed85a9bf4284 Mon Sep 17 00:00:00 2001 From: Matt Schwennesen Date: Fri, 15 Aug 2025 23:00:53 -0500 Subject: [PATCH] formatting --- microsoft/surface/common/kernel/6.12/patches.nix | 4 +++- microsoft/surface/common/kernel/6.15/patches.nix | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/microsoft/surface/common/kernel/6.12/patches.nix b/microsoft/surface/common/kernel/6.12/patches.nix index a2ce7d1a..fd48cb7e 100644 --- a/microsoft/surface/common/kernel/6.12/patches.nix +++ b/microsoft/surface/common/kernel/6.12/patches.nix @@ -3,7 +3,9 @@ kernel ? lib.kernel, patchSrc, version, -}: [ +}: + +[ { name = "microsoft-surface-patches-linux-${version}"; patch = null; diff --git a/microsoft/surface/common/kernel/6.15/patches.nix b/microsoft/surface/common/kernel/6.15/patches.nix index bcd253c1..e4245046 100644 --- a/microsoft/surface/common/kernel/6.15/patches.nix +++ b/microsoft/surface/common/kernel/6.15/patches.nix @@ -3,7 +3,9 @@ kernel ? lib.kernel, patchSrc, version, -}: [ +}: + +[ { name = "microsoft-surface-patches-linux-${version}"; patch = null;