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,
|
kernel ? lib.kernel,
|
||||||
patchSrc,
|
patchSrc,
|
||||||
version,
|
version,
|
||||||
}: [
|
}:
|
||||||
|
|
||||||
|
[
|
||||||
{
|
{
|
||||||
name = "microsoft-surface-patches-linux-${version}";
|
name = "microsoft-surface-patches-linux-${version}";
|
||||||
patch = null;
|
patch = null;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,9 @@
|
||||||
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue