From 83efb33eb71a39742bdcdf52235bc2c2d713361c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 19 Mar 2024 12:40:58 +0100 Subject: [PATCH] fmt --- pkgs/moonlight-sunshine-accept/default.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pkgs/moonlight-sunshine-accept/default.nix b/pkgs/moonlight-sunshine-accept/default.nix index 4244e6e8..95a40af4 100644 --- a/pkgs/moonlight-sunshine-accept/default.nix +++ b/pkgs/moonlight-sunshine-accept/default.nix @@ -1,7 +1,8 @@ -{ lib -, python3Packages -, makeDesktopItem -, copyDesktopItems +{ + lib, + python3Packages, + makeDesktopItem, + copyDesktopItems, }: let desktop-file = makeDesktopItem { @@ -11,7 +12,6 @@ let startupWMClass = "moonlight-handler"; mimeTypes = [ "x-scheme-handler/moonlight" ]; }; - in python3Packages.buildPythonApplication { name = "moonlight-sunshine-accept"; @@ -26,9 +26,7 @@ python3Packages.buildPythonApplication { copyDesktopItems ]; - desktopItems = [ - desktop-file - ]; + desktopItems = [ desktop-file ]; meta = with lib; { description = "Moonlight Sunshine Bridge";