From c99d4fc4d0bc5343cf7b7e6b94261082e6aefff3 Mon Sep 17 00:00:00 2001 From: Winter Date: Mon, 29 May 2023 11:38:26 -0400 Subject: [PATCH] thelounge: reorder/cleanup imports --- .../applications/networking/irc/thelounge/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/irc/thelounge/default.nix b/pkgs/applications/networking/irc/thelounge/default.nix index bee360d55e66..2760a73352b5 100644 --- a/pkgs/applications/networking/irc/thelounge/default.nix +++ b/pkgs/applications/networking/irc/thelounge/default.nix @@ -1,4 +1,13 @@ -{ lib, stdenv, fetchFromGitHub, fetchYarnDeps, yarn, fixup_yarn_lock, nodejs, npmHooks, nixosTests }: +{ lib +, stdenv +, fetchFromGitHub +, fetchYarnDeps +, nodejs +, yarn +, fixup_yarn_lock +, npmHooks +, nixosTests +}: stdenv.mkDerivation (finalAttrs: { pname = "thelounge";