summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2023-05-29 11:38:26 -0400
committerWinter <winter@winter.cafe>2023-06-03 16:49:51 -0400
commitc99d4fc4d0bc5343cf7b7e6b94261082e6aefff3 (patch)
tree4a6c1e75ff7d01513b9b79403b4d9bc6f456cfb5 /pkgs/applications/networking/irc
parent354c3f3c918dd61f4623065879a38e0af75131a7 (diff)
downloadnixpkgs-c99d4fc4d0bc5343cf7b7e6b94261082e6aefff3.tar
nixpkgs-c99d4fc4d0bc5343cf7b7e6b94261082e6aefff3.tar.gz
nixpkgs-c99d4fc4d0bc5343cf7b7e6b94261082e6aefff3.tar.bz2
nixpkgs-c99d4fc4d0bc5343cf7b7e6b94261082e6aefff3.tar.lz
nixpkgs-c99d4fc4d0bc5343cf7b7e6b94261082e6aefff3.tar.xz
nixpkgs-c99d4fc4d0bc5343cf7b7e6b94261082e6aefff3.tar.zst
nixpkgs-c99d4fc4d0bc5343cf7b7e6b94261082e6aefff3.zip
thelounge: reorder/cleanup imports
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/thelounge/default.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/pkgs/applications/networking/irc/thelounge/default.nix b/pkgs/applications/networking/irc/thelounge/default.nix
index bee360d55e6..2760a73352b 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";