From ca9f413ce2fcc56ef48dfe1f730caea922f89042 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 2 Aug 2024 13:43:56 +0200 Subject: [PATCH] kholinar: reformat --- machines/kholinar/hardware.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/machines/kholinar/hardware.nix b/machines/kholinar/hardware.nix index d0f6eca6..acb08307 100644 --- a/machines/kholinar/hardware.nix +++ b/machines/kholinar/hardware.nix @@ -83,12 +83,14 @@ nixpkgs.overlays = [ (final: prev: { wlroots = prev.wlroots.overrideAttrs (old: { - patches = (old.patches or []) ++ [( - final.fetchpatch { - url = "https://gitlab.freedesktop.org/wlroots/wlroots/uploads/b4f932e370ed03d88f202191eaf60965/DisplayLink.patch"; - hash = "sha256-1HheLsOSnj4OMiA35QCHkWprTNgAeG2tXrGbaQyUrF4="; - } - )]; + patches = (old.patches or [ ]) ++ [ + ( + final.fetchpatch { + url = "https://gitlab.freedesktop.org/wlroots/wlroots/uploads/b4f932e370ed03d88f202191eaf60965/DisplayLink.patch"; + hash = "sha256-1HheLsOSnj4OMiA35QCHkWprTNgAeG2tXrGbaQyUrF4="; + } + ) + ]; }); }) ];