Commit c99d4fc4 authored by Winter's avatar Winter
Browse files

thelounge: reorder/cleanup imports

parent 354c3f3c
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
{ 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";