thelounge: reorder/cleanup imports

This commit is contained in:
Winter 2023-05-29 11:38:26 -04:00
parent 354c3f3c91
commit c99d4fc4d0

@ -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";